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

/freebsd-11-stable/sys/i386/include/
H A Dvmparam.h136 #ifndef KERNLOAD
137 #define KERNLOAD (1 << PDRSHIFT) macro
138 #endif /* !defined(KERNLOAD) */
/freebsd-11-stable/sys/i386/i386/
H A Dlocore.s80 .set kernload,KERNLOAD
777 #if KERNLOAD < (1 << PDRSHIFT)
806 movl $KERNLOAD, %eax
809 movl $(KPTDI+(KERNLOAD/(1 << PDRSHIFT))), %ebx
H A Dgenassym.c119 ASSYM(KERNLOAD, KERNLOAD);
H A Dpmap.c388 res = atop(firstaddr - (vm_paddr_t)KERNLOAD);
687 va = KERNBASE + KERNLOAD;
5246 if (pa < KERNLOAD && pa + size <= KERNLOAD) {
5325 if (va >= KERNBASE && va + size <= KERNBASE + KERNLOAD)
H A Dmachdep.c1926 if (pa >= KERNLOAD && pa < first)
2090 vm_phys_add_seg((vm_paddr_t)KERNLOAD, trunc_page(first));
2310 if (pa >= KERNLOAD && pa < first)

Completed in 125 milliseconds