Searched refs:KSEGX (Results 1 – 6 of 6) sorted by relevance
184 if (KSEGX(page) != K0BASE) in clear_page()207 if ((KSEGX(to) != K0BASE) || (KSEGX(from) != K0BASE)) in copy_page()
112 if (size > icache_size || KSEGX(start) != KSEG0) { in r3k_flush_icache_range()169 if (size > dcache_size || KSEGX(start) != KSEG0) { in r3k_flush_dcache_range()
52 #define KSEGX(a) ((_ACAST32_ (a)) & 0xe0000000) macro
51 #define KSEGX(a) ((_ACAST64_ (a)) & 0xffffffffe0000000) macro
497 KSEGX(regs->cp0_epc) != KSEG0 && in tx_branch_likely_bug_fixup()498 KSEGX(regs->cp0_epc) != KSEG1) { in tx_branch_likely_bug_fixup()