HomeSort by relevance Sort by last modified time
    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 2790 milliseconds