Searched refs:KSEGX (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/mips/mm/
H A Dphysaddr.c25 return x >= PAGE_OFFSET && (KSEGX(x) < KSEG2 ||
H A Dc-r3k.c109 if (size > icache_size || KSEGX(start) != KSEG0) {
166 if (size > dcache_size || KSEGX(start) != KSEG0) {
H A Dpage.c624 if ((long)KSEGX((unsigned long)page) != (long)CKSEG0)
650 if ((long)KSEGX((unsigned long)to) != (long)CKSEG0
651 || (long)KSEGX((unsigned long)from) != (long)CKSEG0)
/linux-master/arch/mips/dec/
H A Dkn01-berr.c105 if (KSEGX(vaddr) == CKSEG0 || KSEGX(vaddr) == CKSEG1)
/linux-master/arch/mips/include/asm/
H A Daddrspace.h48 #define KSEGX(a) ((_ACAST32_(a)) & _ACAST32_(0xe0000000)) macro

Completed in 152 milliseconds