Home
last modified time | relevance | path

Searched refs:P3SEG (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/sh/mm/
H A Dioremap.c50 if (likely(PXSEG(offset) < P3SEG && PXSEG(last_addr) < P3SEG)) { in __ioremap_29bit()
118 if (PXSEG(offset) < P3SEG || offset >= P3_ADDR_MAX) in iomapping_nontranslatable()
H A Dtlbex_32.c37 if (address >= P3SEG && address < P3_ADDR_MAX) { in handle_tlbmiss()
H A Dpmb.c204 return (addr >= P1SEG && (addr + size - 1) < P3SEG); in pmb_addr_valid()
447 P3SEG, caller); in pmb_remap_caller()
/openbmc/linux/arch/sh/include/cpu-sh2a/cpu/
H A Daddrspace.h8 #define P3SEG 0x40000000 macro
/openbmc/linux/arch/sh/include/cpu-common/cpu/
H A Daddrspace.h13 #define P3SEG 0xc0000000 macro
/openbmc/linux/arch/sh/include/cpu-sh4/cpu/
H A Daddrspace.h13 #define P3SEG 0xc0000000 macro
/openbmc/linux/arch/sh/include/asm/
H A Daddrspace.h35 ((__typeof__(a))(((unsigned long)(a) & 0x1fffffff) | P3SEG))
H A Dpgtable.h77 #define VMALLOC_START (P3SEG)