HomeSort by relevance Sort by last modified time
    Searched refs:__IS_KSEG1 (Results 1 - 5 of 5) sorted by null

  /external/kernel-headers/original/asm-mips/
io.h 287 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1)
290 (__builtin_constant_p(addr) && __IS_KSEG1(addr)))
295 #undef __IS_KSEG1
  /bionic/libc/kernel/arch-mips/asm/
io.h 74 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1)
75 #undef __IS_KSEG1
  /development/ndk/platforms/android-9/arch-mips/include/asm/
io.h 74 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1)
75 #undef __IS_KSEG1
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
io.h 74 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1)
75 #undef __IS_KSEG1
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
io.h 74 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1)
75 #undef __IS_KSEG1

Completed in 38 milliseconds