Searched refs:MIPS_KSEG0_START (Results 1 – 6 of 6) sorted by relevance
86 #define MIPS_KSEG0_START ((intptr_t)(int32_t)0x80000000) macro98 #define MIPS_PHYS_TO_KSEG0(x) ((uintptr_t)(x) | MIPS_KSEG0_START)104 (((vm_offset_t)(x) >= MIPS_KSEG0_START) && \
110 ASSYM(MIPS_KSEG0_START, MIPS_KSEG0_START);
326 mips_wr_entryhi(TLBHI_ENTRY(MIPS_KSEG0_START + (2 * i * PAGE_SIZE), 0)); in tlb_invalidate_one()
80 ((vm_offset_t)(reg) >= MIPS_KSEG0_START))
1171 if (instptr < MIPS_KSEG0_START) in MipsEmulateBranch()1176 if ((vm_offset_t)instPC < MIPS_KSEG0_START) in MipsEmulateBranch()
2765 if (addr >= MIPS_KSEG0_START && addr < MIPS_KSEG0_END) in pmap_quick_remove_page()3591 if (va >= MIPS_KSEG0_START && va < MIPS_KSEG0_END)