Searched defs:KSEG1 (Results 1 - 3 of 3) sorted by relevance

/arch/m32r/include/asm/
H A Daddrspace.h18 #define KSEG1 0xa0000000 macro
34 * Returns the physical address of a KSEG0/KSEG1 address
47 #define KSEG1ADDR(a) ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | KSEG1))
52 #define KSEG1ADDR(a) (((a) & 0x1fffffff) | KSEG1)
/arch/score/include/asm/
H A Dfixmap.h16 #define KSEG1 0xa0000000 macro
/arch/mips/include/asm/
H A Daddrspace.h81 #define CKSEG1ADDR(a) (CPHYSADDR(a) | KSEG1)
89 #define KSEG1ADDR(a) (CPHYSADDR(a) | KSEG1)
99 #define KSEG1 0xa0000000 macro

Completed in 107 milliseconds