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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Daddrspace.h28 #define KSEGX(a) (((unsigned long)(a)) & 0xe0000000) macro
30 #define KSEGX(a) ((a) & 0xe0000000) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/dec/
H A Dkn01-berr.c110 if (KSEGX(vaddr) == CKSEG0 || KSEGX(vaddr) == CKSEG1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Daddrspace.h48 #define KSEGX(a) ((_ACAST32_ (a)) & 0xe0000000) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dc-r3k.c111 if (size > icache_size || KSEGX(start) != KSEG0) {
168 if (size > dcache_size || KSEGX(start) != KSEG0) {
H A Dpage.c636 if ((long)KSEGX((unsigned long)page) != (long)CKSEG0)
661 if ((long)KSEGX((unsigned long)to) != (long)CKSEG0
662 || (long)KSEGX((unsigned long)from) != (long)CKSEG0)

Completed in 207 milliseconds