Home
last modified time | relevance | path

Searched refs:MIPS_KSEG2_P (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/mips/include/
Dcpuregs.h124 #define MIPS_KSEG2_P(x) ((uintptr_t)MIPS_KSEG2_START <= (uintptr_t)(x)) macro
/netbsd/src/sys/arch/mips/mips/
Dbus_space_alignstride_chipdep.c650 if (MIPS_KSEG0_P(bsh) || MIPS_KSEG1_P(bsh) || MIPS_KSEG2_P(bsh)) in __BS()