| /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/powerpc/include/asm/ |
| H A D | task_size_32.h | 18 #define STACK_TOP TASK_SIZE macro 19 #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/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/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
|
| /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/xtensa/include/asm/ |
| H A D | processor.h | 39 #define STACK_TOP TASK_SIZE macro 40 #define STACK_TOP_MAX STACK_TOP
|
| /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/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/riscv/include/asm/ |
| H A D | processor.h | 39 #define STACK_TOP DEFAULT_MAP_WINDOW macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | processor.h | 49 #define STACK_TOP stack_top() macro
|
| /linux/arch/parisc/include/asm/ |
| H A D | processor.h | 45 #define STACK_TOP TASK_SIZE macro
|
| /linux/arch/mips/math-emu/ |
| H A D | dsemul.c | 72 return (__user struct emuframe *)STACK_TOP; in dsemul_page()
|
| /linux/arch/mips/include/asm/ |
| H A D | processor.h | 74 #define STACK_TOP mips_stack_top() macro
|
| /linux/arch/parisc/kernel/ |
| H A D | sys_parisc.c | 94 return PAGE_ALIGN(STACK_TOP - stack_base); in mmap_upper_limit()
|
| /linux/mm/ |
| H A D | util.c | 432 #define MAX_GAP (STACK_TOP / 6 * 5) 461 return PAGE_ALIGN(STACK_TOP - gap - rnd); in mmap_base()
|
| /linux/arch/arc/mm/ |
| H A D | tlb.c | 630 BUILD_BUG_ON(!IS_ALIGNED(STACK_TOP, PMD_SIZE)); in arc_mmu_init()
|