Symbol: MIPS_KSEG2_START
lib/libkvm/kvm_mips.c
145
if (va >= MIPS_KSEG2_START) {
lib/libkvm/kvm_mips.c
170
if (va >= (MIPS_KSEG2_START + (cpu_kh->sysmapsize * NBPG))) {
lib/libkvm/kvm_mips.c
180
(((va - MIPS_KSEG2_START) >> PGSHIFT) * sizeof(u_int));
sys/arch/arc/arc/bus_dma.c
274
buf < (void *)MIPS_KSEG2_START)
sys/arch/arc/arc/bus_dma.c
730
kva < (void *)MIPS_KSEG2_START)
sys/arch/arc/arc/bus_space.c
397
if (bsh < MIPS_KSEG2_START) { /* KSEG1 */
sys/arch/arc/arc/bus_space.c
434
else if (bsh < MIPS_KSEG2_START) /* KSEG1 */
sys/arch/arc/arc/bus_space_sparse.c
118
if (start < MIPS_KSEG2_START) /* KSEG0/KSEG1 */
sys/arch/arc/jazz/bus_dma_jazz.c
256
buf < (void *)MIPS_KSEG2_START)
sys/arch/emips/emips/bus_dma.c
284
buf < (void *)MIPS_KSEG2_START)
sys/arch/emips/emips/bus_dma.c
720
kva < (void *)MIPS_KSEG2_START)
sys/arch/ews4800mips/ews4800mips/bus_dma.c
266
buf < (void *)MIPS_KSEG2_START)
sys/arch/ews4800mips/ews4800mips/bus_dma.c
607
kva < (void *)MIPS_KSEG2_START)
sys/arch/ews4800mips/sbd/sbdio.c
98
MIPS_KSEG1_START, MIPS_KSEG2_START - MIPS_KSEG1_START); /* XXX */
sys/arch/hpcmips/hpcmips/bus_dma.c
277
buf < (void *)MIPS_KSEG2_START)
sys/arch/hpcmips/hpcmips/bus_dma.c
603
kva < (void *)MIPS_KSEG2_START)
sys/arch/hpcmips/hpcmips/bus_space.c
249
if (t->base >= MIPS_KSEG2_START) {
sys/arch/hpcmips/hpcmips/bus_space.c
302
if (t->base < MIPS_KSEG2_START) {
sys/arch/hpcmips/vr/vrdmaau.c
152
addr < (void *)MIPS_KSEG2_START)
sys/arch/mips/include/cpuregs.h
124
#define MIPS_KSEG2_P(x) ((uintptr_t)MIPS_KSEG2_START <= (uintptr_t)(x))
sys/arch/mips/mips/mipsX_subr.S
1852
#if VM_MIN_KERNEL_ADDRESS == MIPS_KSEG2_START
sys/arch/mips/mips/mipsX_subr.S
2742
#if VM_MIN_KERNEL_ADDRESS == MIPS_KSEG2_START
sys/arch/mips/mips/mips_machdep.c
2544
if (v < MIPS_KSEG2_START) {
sys/arch/mips/mips/pmap_machdep.c
147
CTASSERT(MIPS_KSEG2_START < 0);
sys/arch/mips/mips/pmap_machdep.c
152
CTASSERT((uint32_t)MIPS_KSEG2_START == 0xc0000000);
sys/arch/mips/mips/vm_machdep.c
223
vaddr_t va = MIPS_KSEG2_START;
sys/arch/mips/mips/vm_machdep.c
230
KASSERT(va != MIPS_KSEG2_START);
sys/arch/mips/pmon/pmon.c
79
(vaddr_t)envstr >= (vaddr_t)MIPS_KSEG2_START) {
sys/arch/mipsco/mipsco/bus_dma.c
261
buf < (void *)MIPS_KSEG2_START)
sys/arch/mipsco/mipsco/bus_dma.c
567
kva < (void *)MIPS_KSEG2_START)
sys/arch/mipsco/mipsco/bus_space.c
132
else if (bsh < MIPS_KSEG2_START) /* KSEG1 */
sys/arch/mipsco/mipsco/bus_space.c
99
if (bsh < MIPS_KSEG2_START) { /* KSEG1 */
sys/arch/newsmips/newsmips/bus.c
330
buf < (void *)MIPS_KSEG2_START)
sys/arch/newsmips/newsmips/bus.c
766
kva < (void *)MIPS_KSEG2_START)
sys/arch/playstation2/playstation2/bus_dma.c
263
buf < (void *)MIPS_KSEG2_START)
sys/arch/playstation2/playstation2/bus_dma.c
542
kva < (void *)MIPS_KSEG2_START)
sys/arch/pmax/pmax/bus_dma.c
284
buf < (void *)MIPS_KSEG2_START)
sys/arch/pmax/pmax/bus_dma.c
720
kva < (void *)MIPS_KSEG2_START)