HomeSort by relevance Sort by last modified time
    Searched refs:__IS_KSEG1 (Results 1 - 8 of 8) 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/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
io.h 74 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1)
75 #undef __IS_KSEG1
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
io.h 74 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1)
75 #undef __IS_KSEG1
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
io.h 74 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1)
75 #undef __IS_KSEG1
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
io.h 74 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1)
75 #undef __IS_KSEG1
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
io.h 74 #define __IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == CKSEG1)
75 #undef __IS_KSEG1

Completed in 3620 milliseconds