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

  /bionic/libc/kernel/arch-arm/asm/
memory.h 25 #ifndef TASK_SIZE
26 #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)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/
memory.h 25 #ifndef TASK_SIZE
26 #define TASK_SIZE (CONFIG_DRAM_SIZE)
  /bionic/libc/kernel/arch-sh/asm/
processor_64.h 60 #define TASK_SIZE 0x7ffff000UL
62 #define STACK_TOP TASK_SIZE
65 #define TASK_UNMAPPED_BASE (TASK_SIZE / 3)
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 83 #define TASK_SIZE (PAGE_OFFSET)
85 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 83 #define TASK_SIZE (PAGE_OFFSET)
85 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 83 #define TASK_SIZE (PAGE_OFFSET)
85 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 83 #define TASK_SIZE (PAGE_OFFSET)
85 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 83 #define TASK_SIZE (PAGE_OFFSET)
85 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
  /external/kernel-headers/original/asm-x86/
processor_32.h 216 #define TASK_SIZE (PAGE_OFFSET)
221 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))

Completed in 1749 milliseconds