Home
last modified time | relevance | path

Searched refs:IS_KSEG1 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/mips/mm/
H A Dioremap.c23 #define IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1) macro
116 if (!plat_iounmap(addr) && !IS_KSEG1(addr)) in iounmap()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dioremap.c23 #define IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1) macro
116 if (!plat_iounmap(addr) && !IS_KSEG1(addr)) in iounmap()

Completed in 1 milliseconds