Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips64/mm/
Dpg-sb1.c184 if (KSEGX(page) != K0BASE) in clear_page()
207 if ((KSEGX(to) != K0BASE) || (KSEGX(from) != K0BASE)) in copy_page()
/linux-2.4.37.9/arch/mips/mm/
Dpg-sb1.c184 if (KSEGX(page) != K0BASE) in clear_page()
207 if ((KSEGX(to) != K0BASE) || (KSEGX(from) != K0BASE)) in copy_page()
Dc-r3k.c112 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()
/linux-2.4.37.9/include/asm-mips/
Daddrspace.h52 #define KSEGX(a) ((_ACAST32_ (a)) & 0xe0000000) macro
/linux-2.4.37.9/include/asm-mips64/
Daddrspace.h51 #define KSEGX(a) ((_ACAST64_ (a)) & 0xffffffffe0000000) macro
/linux-2.4.37.9/arch/mips/jmr3927/rbhma3100/
Dirq.c497 KSEGX(regs->cp0_epc) != KSEG0 && in tx_branch_likely_bug_fixup()
498 KSEGX(regs->cp0_epc) != KSEG1) { in tx_branch_likely_bug_fixup()