Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/asm/
H A Daddrspace.h13 #ifdef P1SEG
31 ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P1SEG))
/openbmc/linux/arch/sh/include/cpu-sh2a/cpu/
H A Daddrspace.h6 #define P1SEG 0x00000000 macro
/openbmc/linux/arch/sh/include/cpu-common/cpu/
H A Daddrspace.h11 #define P1SEG 0x80000000 macro
/openbmc/linux/arch/sh/include/cpu-sh4/cpu/
H A Daddrspace.h11 #define P1SEG 0x80000000 macro
/openbmc/linux/arch/sh/mm/
H A Dpmb.c204 return (addr >= P1SEG && (addr + size - 1) < P3SEG); in pmb_addr_valid()