Home
last modified time | relevance | path

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

/linux-5.19.10/arch/sh/mm/
Dioremap.c50 if (likely(PXSEG(offset) < P3SEG && PXSEG(last_addr) < P3SEG)) { in __ioremap_29bit()
154 if (PXSEG(offset) < P3SEG || offset >= P3_ADDR_MAX) in iomapping_nontranslatable()
/linux-5.19.10/arch/sh/include/asm/
Daddrspace.h24 #define PXSEG(a) (((unsigned long)(a)) & 0xe0000000) macro