| /linux/arch/um/include/asm/ |
| H A D | processor-generic.h | 55 #undef STACK_TOP 61 #define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) macro 62 #define STACK_TOP_MAX STACK_TOP
|
| /linux/arch/x86/include/asm/ |
| H A D | page_32_types.h | 52 #define STACK_TOP TASK_SIZE macro 53 #define STACK_TOP_MAX STACK_TOP
|
| H A D | page_64_types.h | 69 #define STACK_TOP TASK_SIZE_LOW macro
|
| /linux/arch/nios2/include/asm/ |
| H A D | processor.h | 31 #define STACK_TOP TASK_SIZE macro 32 #define STACK_TOP_MAX STACK_TOP
|
| /linux/arch/openrisc/include/asm/ |
| H A D | processor.h | 22 #define STACK_TOP TASK_SIZE macro 23 #define STACK_TOP_MAX STACK_TOP
|
| /linux/arch/powerpc/include/asm/ |
| H A D | task_size_32.h | 44 #define STACK_TOP TASK_SIZE macro 45 #define STACK_TOP_MAX STACK_TOP
|
| H A D | task_size_64.h | 73 #define STACK_TOP (is_32bit_task() ? STACK_TOP_USER32 : STACK_TOP_USER64) macro
|
| /linux/arch/csky/include/asm/ |
| H A D | processor.h | 32 #define STACK_TOP TASK_SIZE macro 33 #define STACK_TOP_MAX STACK_TOP
|
| /linux/arch/arc/include/asm/ |
| H A D | processor.h | 96 #define STACK_TOP TASK_SIZE macro 97 #define STACK_TOP_MAX STACK_TOP
|
| /linux/arch/microblaze/include/asm/ |
| H A D | processor.h | 84 # define STACK_TOP TASK_SIZE macro 85 # define STACK_TOP_MAX STACK_TOP
|
| /linux/arch/sparc/include/asm/ |
| H A D | processor_32.h | 22 #define STACK_TOP (PAGE_OFFSET - PAGE_SIZE) macro 23 #define STACK_TOP_MAX STACK_TOP
|
| H A D | processor_64.h | 41 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ macro
|
| /linux/arch/sh/include/asm/ |
| H A D | processor_32.h | 30 #define STACK_TOP TASK_SIZE macro 31 #define STACK_TOP_MAX STACK_TOP
|
| /linux/arch/m68k/include/asm/ |
| H A D | processor.h | 58 #define STACK_TOP TASK_SIZE macro 59 #define STACK_TOP_MAX STACK_TOP
|
| /linux/arch/mips/kernel/ |
| H A D | vdso.c | 62 unsigned long base = STACK_TOP; in vdso_base() 92 base = do_mmap(NULL, STACK_TOP, PAGE_SIZE, PROT_READ | PROT_EXEC, in arch_setup_additional_pages()
|
| /linux/arch/xtensa/include/asm/ |
| H A D | processor.h | 39 #define STACK_TOP TASK_SIZE macro 40 #define STACK_TOP_MAX STACK_TOP
|
| /linux/arch/s390/mm/ |
| H A D | mmap.c | 62 gap = clamp(gap, SZ_128M, (STACK_TOP / 6) * 5); in mmap_base() 64 return PAGE_ALIGN(STACK_TOP - gap - rnd); in mmap_base()
|
| /linux/arch/powerpc/perf/ |
| H A D | callchain.h | 13 unsigned long top = STACK_TOP - (is_32bit_task() ? 16 : 32); in invalid_user_sp()
|
| /linux/arch/alpha/include/asm/ |
| H A D | processor.h | 16 #define STACK_TOP (0x00120000000UL) macro
|
| /linux/arch/s390/include/asm/ |
| H A D | processor.h | 127 #define VDSO_BASE (STACK_TOP + PAGE_SIZE) 129 #define STACK_TOP (VDSO_LIMIT - vdso_size() - PAGE_SIZE) macro
|
| /linux/arch/hexagon/include/asm/ |
| H A D | mem-layout.h | 44 #define STACK_TOP TASK_SIZE macro
|
| /linux/arch/hexagon/kernel/ |
| H A D | vdso.c | 64 vdso_base = STACK_TOP; in arch_setup_additional_pages()
|
| /linux/arch/arm64/include/asm/ |
| H A D | processor.h | 90 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ macro 93 #define STACK_TOP STACK_TOP_MAX macro
|
| /linux/arch/arm/include/asm/ |
| H A D | processor.h | 20 #define STACK_TOP ((current->personality & ADDR_LIMIT_32BIT) ? \ macro
|
| /linux/arch/loongarch/kernel/ |
| H A D | vdso.c | 70 unsigned long base = STACK_TOP; in vdso_base()
|