TASK_SIZE          38 arch/x86/include/asm/a.out-core.h 	if (dump->start_stack < TASK_SIZE)
TASK_SIZE          39 arch/x86/include/asm/a.out-core.h 		dump->u_ssize = ((unsigned long)(TASK_SIZE - dump->start_stack))
TASK_SIZE         252 arch/x86/include/asm/elf.h #define ELF_ET_DYN_BASE		(TASK_SIZE / 3 * 2)
TASK_SIZE          43 arch/x86/include/asm/kexec.h # define KEXEC_CONTROL_MEMORY_LIMIT TASK_SIZE
TASK_SIZE         839 arch/x86/include/asm/processor.h #define TASK_SIZE_MAX		TASK_SIZE
TASK_SIZE         840 arch/x86/include/asm/processor.h #define STACK_TOP		TASK_SIZE
TASK_SIZE         911 arch/x86/include/asm/processor.h #define STACK_TOP		TASK_SIZE
TASK_SIZE         945 arch/x86/include/asm/processor.h #define TASK_UNMAPPED_BASE	(PAGE_ALIGN(TASK_SIZE / 3))
TASK_SIZE          21 include/asm-generic/uaccess.h #define USER_DS		MAKE_MM_SEG(TASK_SIZE - 1)
TASK_SIZE        3001 include/linux/sched.h #define TASK_SIZE_OF(tsk)	TASK_SIZE