Home
last modified time | relevance | path

Searched refs:MIPS_KSEG0_START (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/mips/include/
H A Dcpuregs.h86 #define MIPS_KSEG0_START ((intptr_t)(int32_t)0x80000000) macro
98 #define MIPS_PHYS_TO_KSEG0(x) ((uintptr_t)(x) | MIPS_KSEG0_START)
104 (((vm_offset_t)(x) >= MIPS_KSEG0_START) && \
/f-stack/freebsd/mips/mips/
H A Dgenassym.c110 ASSYM(MIPS_KSEG0_START, MIPS_KSEG0_START);
H A Dtlb.c326 mips_wr_entryhi(TLBHI_ENTRY(MIPS_KSEG0_START + (2 * i * PAGE_SIZE), 0)); in tlb_invalidate_one()
H A Ddb_trace.c80 ((vm_offset_t)(reg) >= MIPS_KSEG0_START))
H A Dtrap.c1171 if (instptr < MIPS_KSEG0_START) in MipsEmulateBranch()
1176 if ((vm_offset_t)instPC < MIPS_KSEG0_START) in MipsEmulateBranch()
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)