HomeSort by relevance Sort by last modified time
    Searched defs:TASK_SIZE (Results 1 - 25 of 49) sorted by null

1 2

  /bionic/libc/kernel/arch-arm/asm/
memory.h 31 #ifndef TASK_SIZE
32 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /development/ndk/platforms/android-3/arch-arm/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /external/kernel-headers/original/asm-arm/
memory.h 32 #ifndef TASK_SIZE
34 * TASK_SIZE - the maximum size of a user space task.
37 #define TASK_SIZE UL(0xbf000000)
54 * The module space lives between the addresses given by TASK_SIZE
60 #if TASK_SIZE > MODULE_START
84 #ifndef TASK_SIZE
85 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)

Completed in 581 milliseconds

1 2