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

/freebsd-9.3-release/sys/i386/include/
H A Dvmparam.h138 #ifndef KERNLOAD
140 #define KERNLOAD 0 macro
142 #define KERNLOAD (1 << PDRSHIFT) macro
144 #endif /* !defined(KERNLOAD) */
/freebsd-9.3-release/sys/i386/i386/
H A Dlocore.s81 .set kernload,KERNLOAD
846 #if KERNLOAD < (1 << PDRSHIFT)
875 movl $KERNLOAD, %eax
878 movl $(KPTDI+(KERNLOAD/(1 << PDRSHIFT))), %ebx
H A Dgenassym.c122 ASSYM(KERNLOAD, KERNLOAD);
H A Dpmap.c638 va = KERNBASE + KERNLOAD;
5065 if (pa < KERNLOAD && pa + size <= KERNLOAD)
5098 if (va >= KERNBASE && va + size <= KERNBASE + KERNLOAD)
H A Dmachdep.c2394 if (pa >= KERNLOAD && pa < first)
/freebsd-9.3-release/sys/i386/xen/
H A Dlocore.s120 .set kernload,KERNLOAD
H A Dpmap.c4018 if (pa < KERNLOAD && pa + size <= KERNLOAD)
4051 if (va >= KERNBASE && va + size <= KERNBASE + KERNLOAD)
/freebsd-9.3-release/sys/pc98/pc98/
H A Dmachdep.c1983 if (pa >= KERNLOAD && pa < first)

Completed in 286 milliseconds