Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/i386/include/
Dvmparam.h140 #ifndef KERNLOAD
141 #define KERNLOAD (KERNPTDI << PDRSHIFT) macro
155 #define KERNBASE KERNLOAD
/freebsd-12-stable/sys/i386/i386/
Dgenassym.c118 ASSYM(KERNLOAD, KERNLOAD);
Dlocore.s71 .set kernload,KERNLOAD
Dmachdep.c1852 vm_phys_add_seg((vm_paddr_t)KERNLOAD, trunc_page(first)); in getmemsize()
2071 if (pa >= KERNLOAD && pa < first) in getmemsize()
Dpmap.c588 res = atop(firstaddr - (vm_paddr_t)KERNLOAD); in pmap_bootstrap()