Symbol: STACK_TOP
arch/alpha/include/asm/processor.h
16
#define STACK_TOP (0x00120000000UL)
arch/arc/include/asm/processor.h
96
#define STACK_TOP TASK_SIZE
arch/arm/include/asm/processor.h
20
#define STACK_TOP ((current->personality & ADDR_LIMIT_32BIT) ? \
arch/arm64/include/asm/processor.h
90
#define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
arch/arm64/include/asm/processor.h
93
#define STACK_TOP STACK_TOP_MAX
arch/csky/include/asm/processor.h
32
#define STACK_TOP TASK_SIZE
arch/hexagon/include/asm/mem-layout.h
44
#define STACK_TOP TASK_SIZE
arch/loongarch/include/asm/processor.h
49
#define STACK_TOP stack_top()
arch/m68k/include/asm/processor.h
58
#define STACK_TOP TASK_SIZE
arch/microblaze/include/asm/processor.h
84
# define STACK_TOP TASK_SIZE
arch/mips/include/asm/processor.h
74
#define STACK_TOP mips_stack_top()
arch/nios2/include/asm/processor.h
31
#define STACK_TOP TASK_SIZE
arch/openrisc/include/asm/processor.h
22
#define STACK_TOP TASK_SIZE
arch/parisc/include/asm/processor.h
45
#define STACK_TOP TASK_SIZE
arch/powerpc/include/asm/task_size_32.h
44
#define STACK_TOP TASK_SIZE
arch/powerpc/include/asm/task_size_64.h
73
#define STACK_TOP (is_32bit_task() ? STACK_TOP_USER32 : STACK_TOP_USER64)
arch/riscv/include/asm/processor.h
40
#define STACK_TOP DEFAULT_MAP_WINDOW
arch/s390/include/asm/processor.h
129
#define STACK_TOP (VDSO_LIMIT - vdso_size() - PAGE_SIZE)
arch/sh/include/asm/processor_32.h
30
#define STACK_TOP TASK_SIZE
arch/sparc/include/asm/processor_32.h
22
#define STACK_TOP (PAGE_OFFSET - PAGE_SIZE)
arch/sparc/include/asm/processor_64.h
41
#define STACK_TOP (test_thread_flag(TIF_32BIT) ? \
arch/um/include/asm/processor-generic.h
55
#undef STACK_TOP
arch/um/include/asm/processor-generic.h
61
#define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE)
arch/x86/include/asm/page_32_types.h
52
#define STACK_TOP TASK_SIZE
arch/x86/include/asm/page_64_types.h
69
#define STACK_TOP TASK_SIZE_LOW
arch/xtensa/include/asm/processor.h
39
#define STACK_TOP TASK_SIZE
tools/testing/vma/include/dup.h
347
#define STACK_TOP TASK_SIZE_LOW