Home
last modified time | relevance | path

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

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