| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | processor.h | 47 #define TASK_SIZE	(0xC0000000UL)  macro49 #define TASK_SIZE	(0x0E000000UL)  macro
 51 #define TASK_SIZE	(0xF0000000UL)  macro
 54 #define TASK_SIZE	(0xFFFFFFFFUL)  macro
 
 | 
| /Linux-v5.4/arch/microblaze/include/asm/ | 
| D | processor.h | 46 # define TASK_SIZE	(0x81000000 - 0x80000000)  macro77 # define TASK_SIZE	(CONFIG_KERNEL_START)  macro
 
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | task_size_32.h | 9 #define TASK_SIZE (CONFIG_TASK_SIZE)  macro
 | 
| D | task_size_64.h | 51 #define TASK_SIZE TASK_SIZE_OF(current)  macro
 | 
| /Linux-v5.4/arch/openrisc/include/asm/ | 
| D | processor.h | 35 #define TASK_SIZE       (0x80000000UL)  macro
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | processor.h | 42 #define TASK_SIZE	__XTENSA_UL_CONST(0x40000000)  macro44 #define TASK_SIZE	__XTENSA_UL_CONST(0xffffffff)  macro
 
 | 
| /Linux-v5.4/arch/nds32/include/asm/ | 
| D | memory.h | 22 #define TASK_SIZE		((CONFIG_PAGE_OFFSET) - (SZ_32M))  macro
 | 
| /Linux-v5.4/arch/alpha/include/asm/ | 
| D | processor.h | 16 #define TASK_SIZE (0x40000000000UL)  macro
 | 
| /Linux-v5.4/arch/hexagon/include/asm/ | 
| D | mem-layout.h | 41 #define TASK_SIZE			(PAGE_OFFSET)  macro
 | 
| /Linux-v5.4/arch/nios2/include/asm/ | 
| D | processor.h | 41 # define TASK_SIZE		0x7FFF0000UL  macro
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | memory.h | 31 #define TASK_SIZE		(UL(CONFIG_PAGE_OFFSET) - UL(SZ_16M))  macro93 #define TASK_SIZE		UL(0xffffffff)  macro
 
 | 
| /Linux-v5.4/arch/unicore32/include/asm/ | 
| D | memory.h | 25 #define TASK_SIZE		(PAGE_OFFSET - UL(0x41000000))  macro
 | 
| /Linux-v5.4/arch/csky/include/asm/ | 
| D | processor.h | 31 #define TASK_SIZE       0x7fff8000UL  macro
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | processor.h | 35 #define TASK_SIZE	0x3fff8000UL  macro41 #define TASK_SIZE	0x80000000UL  macro
 64 #define TASK_SIZE (test_thread_flag(TIF_32BIT_ADDR) ? TASK_SIZE32 : TASK_SIZE64)  macro
 
 | 
| /Linux-v5.4/arch/h8300/include/asm/ | 
| D | processor.h | 38 #define TASK_SIZE	(0xFFFFFFFFUL)  macro
 | 
| /Linux-v5.4/arch/c6x/include/asm/ | 
| D | processor.h | 32 #define TASK_SIZE	0xFFFFF000  macro
 | 
| /Linux-v5.4/arch/arm64/include/asm/ | 
| D | processor.h | 57 #define TASK_SIZE		(test_thread_flag(TIF_32BIT) ? \  macro64 #define TASK_SIZE		TASK_SIZE_64  macro
 
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | processor_32.h | 20 #define TASK_SIZE	PAGE_OFFSET  macro
 | 
| D | processor_64.h | 33 #define TASK_SIZE \  macro
 | 
| /Linux-v5.4/arch/arc/include/asm/ | 
| D | processor.h | 114 #define TASK_SIZE	0x60000000  macro
 | 
| /Linux-v5.4/arch/um/include/asm/ | 
| D | processor-generic.h | 71 #define TASK_SIZE (task_size)  macro
 | 
| /Linux-v5.4/arch/microblaze/ | 
| D | Kconfig | 236 config TASK_SIZE  config
 | 
| /Linux-v5.4/arch/sh/include/asm/ | 
| D | processor_64.h | 24 #define TASK_SIZE	0x7ffff000UL  macro
 | 
| /Linux-v5.4/arch/riscv/include/asm/ | 
| D | pgtable.h | 444 #define TASK_SIZE (PGDIR_SIZE * PTRS_PER_PGD / 2)  macro446 #define TASK_SIZE FIXADDR_START  macro
 
 | 
| /Linux-v5.4/arch/mips/kernel/ | 
| D | binfmt_elfn32.c | 101 #define TASK_SIZE TASK_SIZE32  macro
 |