Home
last modified time | relevance | path

Searched refs:MIPS_KSEG1_START (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dcpuregs.h88 #define MIPS_KSEG1_START ((intptr_t)(int32_t)0xa0000000) macro
99 #define MIPS_PHYS_TO_KSEG1(x) ((uintptr_t)(x) | MIPS_KSEG1_START)
107 (((vm_offset_t)(x) >= MIPS_KSEG1_START) && \
/f-stack/freebsd/mips/mips/
H A Dgenassym.c111 ASSYM(MIPS_KSEG1_START, MIPS_KSEG1_START);
H A Dpmap.c3260 if (va >= MIPS_KSEG1_START && va <= MIPS_KSEG1_END) in pmap_unmapdev()
3594 if (va >= MIPS_KSEG1_START && va < MIPS_KSEG1_END)
H A Dexception.S1211 PTR_LI k1, MIPS_KSEG1_START