Searched refs:KSEG2 (Results 1 - 6 of 6) 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.h19 #define KSEG2 0xc0000000 macro
48 #define KSEG2ADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | KSEG2))
53 #define KSEG2ADDR(a) (((a) & 0x1fffffff) | KSEG2)
H A Dpgtable.h66 #define VMALLOC_START KSEG2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Daddrspace.h82 #define CKSEG2ADDR(a) (CPHYSADDR(a) | KSEG2)
90 #define KSEG2ADDR(a) (CPHYSADDR(a) | KSEG2)
100 #define KSEG2 0xc0000000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/mach-powertv/
H A Ddma-coherence.h22 return (unsigned long)addr >= KSEG2;
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dmipsinc.h191 #undef KSEG2 macro
196 #define KSEG2 0xc0000000 macro
212 #define KSEG2ADDR(a) ((_ULCAST_(a) & PHYSADDR_MASK) | KSEG2)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvpe.c1978 if ((unsigned int)ptr >= KSEG2) {

Completed in 105 milliseconds