Home
last modified time | relevance | path

Searched refs:P3_ADDR_MAX (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Daddrspace.h58 #define P3_ADDR_MAX (P4SEG_STORE_QUE + 0x04000000) macro
60 #define P3_ADDR_MAX P4SEG macro
/openbmc/linux/arch/sh/mm/
H A Dioremap.c66 if (unlikely(offset >= P3_ADDR_MAX)) 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 Dfault.c168 #define __FAULT_ADDR_LIMIT P3_ADDR_MAX