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

/freebsd-10.1-release/sys/boot/ia64/efi/
H A Defimd.c62 #define IA64_EFI_ALLOC_BOUNDARY 1048576 macro
95 * larger or equal to IA64_EFI_ALLOC_BOUNDARY.
125 if (mm->PhysicalStart + memsz <= IA64_EFI_ALLOC_BOUNDARY)
131 pa = (mm->PhysicalStart < IA64_EFI_ALLOC_BOUNDARY) ?
132 IA64_EFI_ALLOC_BOUNDARY : mm->PhysicalStart;

Completed in 40 milliseconds