Home
last modified time | relevance | path

Searched refs:TASK_SIZE (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/kernel/arch-mips/asm/
Dprocessor.h32 #define TASK_SIZE 0x7fff8000UL macro
34 #define STACK_TOP TASK_SIZE
35 #define TASK_UNMAPPED_BASE ((TASK_SIZE / 3) & ~(PAGE_SIZE))
/bionic/libc/kernel/arch-arm/asm/
Dmemory.h31 #ifndef TASK_SIZE
32 #define TASK_SIZE (CONFIG_DRAM_SIZE) macro
/bionic/libc/kernel/arch-x86/asm/
Dprocessor_32.h95 #define TASK_SIZE (PAGE_OFFSET) macro
96 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
Dpgtable_32.h40 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)