Searched refs:TASK_SIZE (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/kernel/arch-arm/asm/
H A Delf.h57 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3)
H A Dmemory.h31 #ifndef TASK_SIZE
32 #define TASK_SIZE (CONFIG_DRAM_SIZE) macro
/bionic/libc/kernel/arch-x86/asm/
H A Dprocessor_32.h95 #define TASK_SIZE (PAGE_OFFSET) macro
96 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
H A Dpgtable_32.h40 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
/bionic/libc/kernel/arch-mips/asm/
H A Delf.h211 #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2)

Completed in 84 milliseconds