Home
last modified time | relevance | path

Searched refs:KERNLOAD (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/i386/include/
H A Dvmparam.h144 #ifndef KERNLOAD
145 #define KERNLOAD (8 * 1024 * 1024) macro
159 #define KERNBASE KERNLOAD
/freebsd/sys/amd64/include/
H A Dvmparam.h162 #ifndef KERNLOAD
163 #define KERNLOAD 0x200000 macro
/freebsd/stand/efi/loader/
H A Dcopy.c132 if (KERNLOAD < start || KERNLOAD >= end) in efi_verify_staging_size()
136 ((KERNLOAD - start) >> EFI_PAGE_SHIFT); in efi_verify_staging_size()
/freebsd/sys/i386/i386/
H A Dgenassym.c209 ASSYM(KERNLOAD, KERNLOAD);
H A Dlocore.S59 .set kernload,KERNLOAD
H A Dmachdep.c916 vm_phys_early_add_seg((vm_paddr_t)KERNLOAD, trunc_page(first)); in getmemsize()
1137 if (pa >= KERNLOAD && pa < first) in getmemsize()
H A Dpmap.c221 _Static_assert(KERNLOAD == (KERNPTDI << PDRSHIFT), "KERNLOAD");
615 res = atop(firstaddr - (vm_paddr_t)KERNLOAD); in __CONCAT()
/freebsd/sys/amd64/amd64/
H A Dlocore.S45 .set kernload,KERNLOAD
H A Dgenassym.c112 ASSYM(KERNLOAD, KERNLOAD);
/freebsd/sys/x86/xen/
H A Dhvm.c163 + kernphys - KERNLOAD in early_init_vtop()