Home
last modified time | relevance | path

Searched refs:grub_scratch_mem (Results 1 – 3 of 3) sorted by relevance

/xen/stubdom/grub.patches/
A D99minios602 extern char *grub_scratch_mem;
603 # define RAW_ADDR(x) ((x) + (int) grub_scratch_mem)
606 +extern char grub_scratch_mem[];
607 +# define RAW_ADDR(x) ((x) + (int) grub_scratch_mem)
A D61btrfs.diff3473 @@ -207,11 +207,12 @@ extern char *grub_scratch_mem;
3491 @@ -226,6 +227,8 @@ extern char *grub_scratch_mem;
/xen/stubdom/grub/
A Dmini-os.c736 char grub_scratch_mem[SCRATCH_MEMSIZE] __attribute__((aligned(PAGE_SIZE))); variable

Completed in 9 milliseconds