HomeSort by relevance Sort by last modified time
    Searched defs:FIXADDR_START (Results 1 - 13 of 13) sorted by null

  /bionic/libc/kernel/arch-mips/asm/
fixmap.h 32 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fixmap.h 32 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
  /external/kernel-headers/original/asm-mips/
fixmap.h 76 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
107 BUG_ON(vaddr >= FIXADDR_TOP || vaddr < FIXADDR_START);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
fixmap.h 32 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
fixmap.h 32 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
  /bionic/libc/kernel/arch-x86/asm/
fixmap_32.h 52 #define FIXADDR_START (FIXADDR_TOP - __FIXADDR_SIZE)
  /development/ndk/platforms/android-9/arch-x86/include/asm/
fixmap_32.h 52 #define FIXADDR_START (FIXADDR_TOP - __FIXADDR_SIZE)
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
fixmap_32.h 48 #define FIXADDR_START (FIXADDR_TOP - __FIXADDR_SIZE)
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
fixmap_32.h 48 #define FIXADDR_START (FIXADDR_TOP - __FIXADDR_SIZE)
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
fixmap_32.h 48 #define FIXADDR_START (FIXADDR_TOP - __FIXADDR_SIZE)
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/asm/
fixmap_32.h 48 #define FIXADDR_START (FIXADDR_TOP - __FIXADDR_SIZE)
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/asm/
fixmap_32.h 48 #define FIXADDR_START (FIXADDR_TOP - __FIXADDR_SIZE)
  /external/kernel-headers/original/asm-x86/
fixmap_32.h 120 #define FIXADDR_START (FIXADDR_TOP - __FIXADDR_SIZE)
152 BUG_ON(vaddr >= FIXADDR_TOP || vaddr < FIXADDR_START);

Completed in 578 milliseconds