TASK_SIZE          16 arch/alpha/include/asm/processor.h #define TASK_SIZE (0x40000000000UL)
TASK_SIZE         114 arch/arc/include/asm/processor.h #define TASK_SIZE	0x60000000
TASK_SIZE          31 arch/arm/include/asm/memory.h #define TASK_SIZE		(UL(CONFIG_PAGE_OFFSET) - UL(SZ_16M))
TASK_SIZE          93 arch/arm/include/asm/memory.h #define TASK_SIZE		UL(0xffffffff)
TASK_SIZE          57 arch/arm64/include/asm/processor.h #define TASK_SIZE		(test_thread_flag(TIF_32BIT) ? \
TASK_SIZE          64 arch/arm64/include/asm/processor.h #define TASK_SIZE		TASK_SIZE_64
TASK_SIZE          32 arch/c6x/include/asm/processor.h #define TASK_SIZE	0xFFFFF000
TASK_SIZE          31 arch/csky/include/asm/processor.h #define TASK_SIZE       0x7fff8000UL
TASK_SIZE          38 arch/h8300/include/asm/processor.h #define TASK_SIZE	(0xFFFFFFFFUL)
TASK_SIZE          41 arch/hexagon/include/asm/mem-layout.h #define TASK_SIZE			(PAGE_OFFSET)
TASK_SIZE          35 arch/ia64/include/asm/processor.h #define TASK_SIZE       	DEFAULT_TASK_SIZE
TASK_SIZE          47 arch/m68k/include/asm/processor.h #define TASK_SIZE	(0xC0000000UL)
TASK_SIZE          49 arch/m68k/include/asm/processor.h #define TASK_SIZE	(0x0E000000UL)
TASK_SIZE          51 arch/m68k/include/asm/processor.h #define TASK_SIZE	(0xF0000000UL)
TASK_SIZE          54 arch/m68k/include/asm/processor.h #define TASK_SIZE	(0xFFFFFFFFUL)
TASK_SIZE          46 arch/microblaze/include/asm/processor.h # define TASK_SIZE	(0x81000000 - 0x80000000)
TASK_SIZE          77 arch/microblaze/include/asm/processor.h # define TASK_SIZE	(CONFIG_KERNEL_START)
TASK_SIZE          35 arch/mips/include/asm/processor.h #define TASK_SIZE	0x3fff8000UL
TASK_SIZE          41 arch/mips/include/asm/processor.h #define TASK_SIZE	0x80000000UL
TASK_SIZE          64 arch/mips/include/asm/processor.h #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)
TASK_SIZE         100 arch/mips/kernel/binfmt_elfn32.c #undef TASK_SIZE
TASK_SIZE         101 arch/mips/kernel/binfmt_elfn32.c #define TASK_SIZE TASK_SIZE32
TASK_SIZE         103 arch/mips/kernel/binfmt_elfo32.c #undef TASK_SIZE
TASK_SIZE         104 arch/mips/kernel/binfmt_elfo32.c #define TASK_SIZE TASK_SIZE32
TASK_SIZE          22 arch/nds32/include/asm/memory.h #define TASK_SIZE		((CONFIG_PAGE_OFFSET) - (SZ_32M))
TASK_SIZE          41 arch/nios2/include/asm/processor.h # define TASK_SIZE		0x7FFF0000UL
TASK_SIZE          35 arch/openrisc/include/asm/processor.h #define TASK_SIZE       (0x80000000UL)
TASK_SIZE          26 arch/parisc/include/asm/processor.h #define TASK_SIZE	        TASK_SIZE_OF(current)
TASK_SIZE           9 arch/powerpc/include/asm/task_size_32.h #define TASK_SIZE (CONFIG_TASK_SIZE)
TASK_SIZE          51 arch/powerpc/include/asm/task_size_64.h #define TASK_SIZE TASK_SIZE_OF(current)
TASK_SIZE         444 arch/riscv/include/asm/pgtable.h #define TASK_SIZE (PGDIR_SIZE * PTRS_PER_PGD / 2)
TASK_SIZE         446 arch/riscv/include/asm/pgtable.h #define TASK_SIZE FIXADDR_START
TASK_SIZE          99 arch/s390/include/asm/processor.h #define TASK_SIZE		TASK_SIZE_OF(current)
TASK_SIZE          29 arch/sh/include/asm/processor_32.h #define TASK_SIZE	0x7c000000UL
TASK_SIZE          24 arch/sh/include/asm/processor_64.h #define TASK_SIZE	0x7ffff000UL
TASK_SIZE          20 arch/sparc/include/asm/processor_32.h #define TASK_SIZE	PAGE_OFFSET
TASK_SIZE          33 arch/sparc/include/asm/processor_64.h #define TASK_SIZE \
TASK_SIZE          71 arch/um/include/asm/processor-generic.h #define TASK_SIZE (task_size)
TASK_SIZE          25 arch/unicore32/include/asm/memory.h #define TASK_SIZE		(PAGE_OFFSET - UL(0x41000000))
TASK_SIZE         834 arch/x86/include/asm/processor.h #define TASK_SIZE		PAGE_OFFSET
TASK_SIZE         881 arch/x86/include/asm/processor.h #define TASK_SIZE		(test_thread_flag(TIF_ADDR32) ? \
TASK_SIZE          42 arch/xtensa/include/asm/processor.h #define TASK_SIZE	__XTENSA_UL_CONST(0x40000000)
TASK_SIZE          44 arch/xtensa/include/asm/processor.h #define TASK_SIZE	__XTENSA_UL_CONST(0xffffffff)