Searched refs:GRUB_MEMORY_MACHINE_LOWER_SIZE (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/i386/qemu/
H A Dmemory.h34 #define GRUB_MEMORY_MACHINE_LOWER_SIZE GRUB_MEMORY_MACHINE_UPPER_START macro
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/coreboot/
H A Dinit.c94 if (addr < GRUB_MEMORY_MACHINE_LOWER_SIZE)
96 if (addr + size <= GRUB_MEMORY_MACHINE_LOWER_SIZE)
100 size -= GRUB_MEMORY_MACHINE_LOWER_SIZE - addr;
101 addr = GRUB_MEMORY_MACHINE_LOWER_SIZE;
/osnet-11/usr/src/grub/grub2/include/grub/i386/coreboot/
H A Dmemory.h38 #define GRUB_MEMORY_MACHINE_LOWER_SIZE GRUB_MEMORY_MACHINE_UPPER_START macro

Completed in 35 milliseconds