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

/arch/mips/include/asm/
H A Dio.h294 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1) macro
297 (__builtin_constant_p(addr) && __IS_KSEG1(addr)))
302 #undef __IS_KSEG1 macro

Completed in 88 milliseconds