Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/include/
H A Dvmparam.h147 #ifndef KERNLOAD
148 #define KERNLOAD (8 * 1024 * 1024) macro
162 #define KERNBASE KERNLOAD
/f-stack/freebsd/amd64/include/
H A Dvmparam.h157 #ifndef KERNLOAD
158 #define KERNLOAD 0x200000 macro
/f-stack/freebsd/amd64/amd64/
H A Dlocore.S41 .set kernload,KERNLOAD
H A Dgenassym.c118 ASSYM(KERNLOAD, KERNLOAD);
/f-stack/freebsd/i386/i386/
H A Dgenassym.c216 ASSYM(KERNLOAD, KERNLOAD);
H A Dlocore.s62 .set kernload,KERNLOAD
H A Dmachdep.c1832 vm_phys_early_add_seg((vm_paddr_t)KERNLOAD, trunc_page(first)); in getmemsize()
2055 if (pa >= KERNLOAD && pa < first) in getmemsize()
H A Dpmap.c235 _Static_assert(KERNLOAD == (KERNPTDI << PDRSHIFT), "KERNLOAD");
627 res = atop(firstaddr - (vm_paddr_t)KERNLOAD); in __CONCAT()