Home
last modified time | relevance | path

Searched refs:PXSEG (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/sh/mm/
H A 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()
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Daddrspace.h24 #define PXSEG(a) (((unsigned long)(a)) & 0xe0000000) macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Daddrspace.h24 #define PXSEG(a) (((unsigned long)(a)) & 0xe0000000) macro

Completed in 2 milliseconds