Searched refs:IS_KSEG1 (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/mips/mm/
H A Dioremap.c23 #define IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1) macro
120 if (!plat_iounmap(addr) && !IS_KSEG1(addr))

Completed in 345 milliseconds