Searched refs:P1SEG (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/sh/include/cpu-sh2a/cpu/
H A Daddrspace.h5 #define P1SEG 0x00000000 macro
/linux-4.1.27/arch/sh/include/cpu-common/cpu/
H A Daddrspace.h14 #define P1SEG 0x80000000 macro
/linux-4.1.27/arch/avr32/include/asm/
H A Daddrspace.h18 #define P1SEG 0x80000000 macro
33 | P1SEG))
/linux-4.1.27/arch/sh/include/asm/
H A Daddrspace.h18 #ifdef P1SEG
36 ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P1SEG))
52 #endif /* P1SEG */
/linux-4.1.27/arch/sh/include/cpu-sh4/cpu/
H A Daddrspace.h14 #define P1SEG 0x80000000 macro
/linux-4.1.27/arch/sh/mm/
H A Dpmb.c204 return (addr >= P1SEG && (addr + size - 1) < P3SEG); pmb_addr_valid()

Completed in 102 milliseconds