Home
last modified time | relevance | path

Searched refs:PXSEG (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/sh/include/asm/
Daddrspace.h29 #define PXSEG(a) (((unsigned long)(a)) & 0xe0000000) macro
Dio.h292 if (likely(PXSEG(offset) < P3SEG && PXSEG(last_addr) < P3SEG)) { in __ioremap_29bit()
/Linux-v4.19/arch/sh/mm/
Dioremap.c99 if (PXSEG(offset) < P3SEG || offset >= P3_ADDR_MAX) in iomapping_nontranslatable()