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

/external/kernel-headers/original/asm-mips/
H A Dprocessor.h41 #define TASK_SIZE 0x7fff8000UL macro
42 #define STACK_TOP TASK_SIZE
48 #define TASK_UNMAPPED_BASE ((TASK_SIZE / 3) & ~(PAGE_SIZE))
54 * so don't change it unless you know what you are doing. TASK_SIZE
60 #define TASK_SIZE 0x10000000000UL macro
62 (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE)
70 PAGE_ALIGN(TASK_SIZE32 / 3) : PAGE_ALIGN(TASK_SIZE / 3))
72 (test_tsk_thread_flag(tsk, TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE)
76 #define STACK_TOP_MAX TASK_SIZE
H A Delf.h368 #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2)
H A Duaccess.h39 #define __UA_LIMIT (- TASK_SIZE)
/external/kernel-headers/original/asm-x86/
H A Da.out.h22 # define STACK_TOP TASK_SIZE
H A Dprocessor_32.h216 #define TASK_SIZE (PAGE_OFFSET) macro
221 #define TASK_UNMAPPED_BASE (PAGE_ALIGN(TASK_SIZE / 3))
H A Delf.h209 #define ELF_ET_DYN_BASE (TASK_SIZE / 3 * 2)
H A Dpgtable_32.h61 #define USER_PTRS_PER_PGD (TASK_SIZE/PGDIR_SIZE)
/external/kernel-headers/original/asm-arm/
H A Da.out.h32 TASK_SIZE : TASK_SIZE_26)
H A Dmemory.h32 #ifndef TASK_SIZE
34 * TASK_SIZE - the maximum size of a user space task.
37 #define TASK_SIZE UL(0xbf000000) macro
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) macro
H A Delf.h58 #define ELF_ET_DYN_BASE (2 * TASK_SIZE / 3)
H A Dpgtable.h136 #define USER_PTRS_PER_PGD ((TASK_SIZE/PGDIR_SIZE) - FIRST_USER_PGD_NR)
H A Duaccess.h58 #define USER_DS TASK_SIZE

Completed in 662 milliseconds