OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grub_scratch_mem
(Results
1 - 2
of
2
) sorted by null
/external/grub/grub/
asmstub.c
82
char *
grub_scratch_mem
= 0;
variable
144
assert (
grub_scratch_mem
== 0);
147
grub_scratch_mem
= (char *) ((((int) scratch) >> 4) << 4);
221
grub_scratch_mem
= 0;
/external/grub/stage2/
shared.h
37
/* Maybe redirect memory requests through
grub_scratch_mem
. */
39
extern char *
grub_scratch_mem
;
40
# define RAW_ADDR(x) ((x) + (int)
grub_scratch_mem
)
Completed in 95 milliseconds