Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/include/
H A Dcpuregs.h87 #define MIPS_KSEG0_END ((intptr_t)(int32_t)0x9fffffff) macro
105 ((vm_offset_t)(x) <= MIPS_KSEG0_END))
/f-stack/freebsd/mips/mips/
H A Dpmap.c2765 if (addr >= MIPS_KSEG0_START && addr < MIPS_KSEG0_END) in pmap_quick_remove_page()
3591 if (va >= MIPS_KSEG0_START && va < MIPS_KSEG0_END)