Searched refs:grub_scratch_mem (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c85 char *grub_scratch_mem = 0; variable
147 assert (grub_scratch_mem == 0);
150 grub_scratch_mem = (char *) ((((int) scratch) >> 4) << 4);
226 grub_scratch_mem = 0;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h37 /* 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 63 milliseconds