Searched refs:MIPS_KSEG1_P (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/lib/libkvm/
H A Dkvm_mips.c136 if (MIPS_KSEG1_P(va)) {
/netbsd-current/sys/arch/mips/mips/
H A Dvm_machdep.c358 if (MIPS_KSEG1_P(kva))
H A Dbus_space_alignstride_chipdep.c404 KASSERT(!(MIPS_KSEG0_P(va) || MIPS_KSEG1_P(va)));
439 handle_is_km = !(MIPS_KSEG0_P(h) || MIPS_KSEG1_P(h));
650 if (MIPS_KSEG0_P(bsh) || MIPS_KSEG1_P(bsh) || MIPS_KSEG2_P(bsh))
H A Dpmap_machdep.c156 CTASSERT(MIPS_KSEG1_P(MIPS_PHYS_TO_KSEG1(0)));
818 return MIPS_KSEG1_P(va);
H A Dbus_dma.c491 else if (MIPS_KSEG1_P(buf))
1181 if (MIPS_KSEG0_P(kva) || MIPS_KSEG1_P(kva))
/netbsd-current/sys/arch/mips/include/
H A Dcpuregs.h123 #define MIPS_KSEG1_P(x) (((intptr_t)(x) & ~MIPS_PHYS_MASK) == MIPS_KSEG1_START) macro

Completed in 225 milliseconds