Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m32r/mm/
Dioremap.c104 #define IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == KSEG1) macro
108 if (!IS_KSEG1(addr)) in iounmap()
Dioremap-nommu.c47 #define IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == KSEG1) macro
/linux-4.4.14/arch/mips/mm/
Dioremap.c175 #define IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1) macro
181 if (IS_KSEG1(addr)) in __iounmap()