STACK_TOP 18 arch/alpha/include/asm/processor.h #define STACK_TOP \ STACK_TOP 139 arch/arc/include/asm/processor.h #define STACK_TOP 0x57e00000 STACK_TOP 141 arch/arc/include/asm/processor.h #define STACK_TOP TASK_SIZE STACK_TOP 19 arch/arm/include/asm/processor.h #define STACK_TOP ((current->personality & ADDR_LIMIT_32BIT) ? \ STACK_TOP 78 arch/arm64/include/asm/processor.h #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ STACK_TOP 81 arch/arm64/include/asm/processor.h #define STACK_TOP STACK_TOP_MAX STACK_TOP 34 arch/csky/include/asm/processor.h #define STACK_TOP TASK_SIZE STACK_TOP 41 arch/h8300/include/asm/processor.h #define STACK_TOP TASK_SIZE STACK_TOP 44 arch/hexagon/include/asm/mem-layout.h #define STACK_TOP TASK_SIZE STACK_TOP 10 arch/ia64/include/asm/ustack.h #define STACK_TOP (0x6000000000000000UL + RGN_MAP_LIMIT) STACK_TOP 58 arch/m68k/include/asm/processor.h #define STACK_TOP TASK_SIZE STACK_TOP 131 arch/microblaze/include/asm/processor.h # define STACK_TOP TASK_SIZE STACK_TOP 77 arch/mips/include/asm/processor.h #define STACK_TOP mips_stack_top() STACK_TOP 14 arch/nds32/include/asm/processor.h #define STACK_TOP TASK_SIZE STACK_TOP 31 arch/nios2/include/asm/processor.h #define STACK_TOP TASK_SIZE STACK_TOP 22 arch/openrisc/include/asm/processor.h #define STACK_TOP TASK_SIZE STACK_TOP 45 arch/parisc/include/asm/processor.h #define STACK_TOP TASK_SIZE STACK_TOP 18 arch/powerpc/include/asm/task_size_32.h #define STACK_TOP TASK_SIZE STACK_TOP 77 arch/powerpc/include/asm/task_size_64.h #define STACK_TOP (is_32bit_task() ? STACK_TOP_USER32 : STACK_TOP_USER64) STACK_TOP 19 arch/riscv/include/asm/processor.h #define STACK_TOP TASK_SIZE STACK_TOP 102 arch/s390/include/asm/processor.h #define STACK_TOP (test_thread_flag(TIF_31BIT) ? \ STACK_TOP 31 arch/sh/include/asm/processor_32.h #define STACK_TOP TASK_SIZE STACK_TOP 26 arch/sh/include/asm/processor_64.h #define STACK_TOP TASK_SIZE STACK_TOP 22 arch/sparc/include/asm/processor_32.h #define STACK_TOP (PAGE_OFFSET - PAGE_SIZE) STACK_TOP 41 arch/sparc/include/asm/processor_64.h #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ STACK_TOP 73 arch/um/include/asm/processor-generic.h #undef STACK_TOP STACK_TOP 79 arch/um/include/asm/processor-generic.h #define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) STACK_TOP 19 arch/unicore32/include/asm/processor.h #define STACK_TOP TASK_SIZE STACK_TOP 838 arch/x86/include/asm/processor.h #define STACK_TOP TASK_SIZE STACK_TOP 886 arch/x86/include/asm/processor.h #define STACK_TOP TASK_SIZE_LOW STACK_TOP 47 arch/xtensa/include/asm/processor.h #define STACK_TOP TASK_SIZE