KERNLOAD
if (KERNLOAD < start || KERNLOAD >= end)
((KERNLOAD - start) >> EFI_PAGE_SHIFT);
ASSYM(KERNLOAD, KERNLOAD);
#ifndef KERNLOAD
ASSYM(KERNLOAD, KERNLOAD);
if (pa >= KERNLOAD && pa < first)
vm_phys_early_add_seg((vm_paddr_t)KERNLOAD, trunc_page(first));
_Static_assert(KERNLOAD == (KERNPTDI << PDRSHIFT), "KERNLOAD");
res = atop(firstaddr - (vm_paddr_t)KERNLOAD);
#ifndef KERNLOAD
#define KERNBASE KERNLOAD
phdr.p_align = KERNLOAD;
+ kernphys - KERNLOAD