Home
last modified time | relevance | path

Searched refs:STACK_TOP (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.1.9/arch/um/include/asm/
Dprocessor-generic.h65 #undef STACK_TOP
71 #define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) macro
72 #define STACK_TOP_MAX STACK_TOP
/linux-6.1.9/arch/ia64/include/asm/
Dustack.h10 #define STACK_TOP (0x6000000000000000UL + RGN_MAP_LIMIT) macro
11 #define STACK_TOP_MAX STACK_TOP
/linux-6.1.9/arch/powerpc/include/asm/
Dtask_size_32.h18 #define STACK_TOP TASK_SIZE macro
19 #define STACK_TOP_MAX STACK_TOP
Dtask_size_64.h73 #define STACK_TOP (is_32bit_task() ? STACK_TOP_USER32 : STACK_TOP_USER64) macro
/linux-6.1.9/arch/x86/include/asm/
Dpage_32_types.h52 #define STACK_TOP TASK_SIZE macro
53 #define STACK_TOP_MAX STACK_TOP
Dpage_64_types.h80 #define STACK_TOP TASK_SIZE_LOW macro
/linux-6.1.9/arch/nios2/include/asm/
Dprocessor.h31 #define STACK_TOP TASK_SIZE macro
32 #define STACK_TOP_MAX STACK_TOP
/linux-6.1.9/arch/openrisc/include/asm/
Dprocessor.h22 #define STACK_TOP TASK_SIZE macro
23 #define STACK_TOP_MAX STACK_TOP
/linux-6.1.9/arch/csky/include/asm/
Dprocessor.h32 #define STACK_TOP TASK_SIZE macro
33 #define STACK_TOP_MAX STACK_TOP
/linux-6.1.9/arch/microblaze/include/asm/
Dprocessor.h84 # define STACK_TOP TASK_SIZE macro
85 # define STACK_TOP_MAX STACK_TOP
/linux-6.1.9/arch/arc/include/asm/
Dprocessor.h99 #define STACK_TOP TASK_SIZE macro
100 #define STACK_TOP_MAX STACK_TOP
/linux-6.1.9/arch/sparc/include/asm/
Dprocessor_32.h22 #define STACK_TOP (PAGE_OFFSET - PAGE_SIZE) macro
23 #define STACK_TOP_MAX STACK_TOP
/linux-6.1.9/arch/sh/include/asm/
Dprocessor_32.h30 #define STACK_TOP TASK_SIZE macro
31 #define STACK_TOP_MAX STACK_TOP
/linux-6.1.9/arch/m68k/include/asm/
Dprocessor.h57 #define STACK_TOP TASK_SIZE macro
58 #define STACK_TOP_MAX STACK_TOP
/linux-6.1.9/arch/mips/kernel/
Dvdso.c74 unsigned long base = STACK_TOP; in vdso_base()
102 base = mmap_region(NULL, STACK_TOP, PAGE_SIZE, in arch_setup_additional_pages()
/linux-6.1.9/arch/xtensa/include/asm/
Dprocessor.h37 #define STACK_TOP TASK_SIZE macro
38 #define STACK_TOP_MAX STACK_TOP
/linux-6.1.9/arch/s390/mm/
Dmmap.c64 gap_max = (STACK_TOP / 6) * 5; in mmap_base()
71 return PAGE_ALIGN(STACK_TOP - gap - rnd); in mmap_base()
/linux-6.1.9/arch/powerpc/perf/
Dcallchain.h13 unsigned long top = STACK_TOP - (is_32bit_task() ? 16 : 32); in invalid_user_sp()
/linux-6.1.9/arch/s390/include/asm/
Delf.h231 (STACK_TOP / 3 * 2) : \
232 (STACK_TOP / 3 * 2) & ~((1UL << 32) - 1))
Dprocessor.h98 #define VDSO_BASE (STACK_TOP + PAGE_SIZE)
100 #define STACK_TOP (VDSO_LIMIT - vdso_size() - PAGE_SIZE) macro
/linux-6.1.9/arch/alpha/include/asm/
Dprocessor.h18 #define STACK_TOP \ macro
/linux-6.1.9/arch/hexagon/include/asm/
Dmem-layout.h44 #define STACK_TOP TASK_SIZE macro
/linux-6.1.9/arch/riscv/include/asm/
Dprocessor.h21 #define STACK_TOP TASK_SIZE macro
/linux-6.1.9/arch/hexagon/kernel/
Dvdso.c59 vdso_base = STACK_TOP; in arch_setup_additional_pages()
/linux-6.1.9/arch/mips/include/asm/
Dhugetlb.h19 unsigned long task_size = STACK_TOP; in prepare_hugepage_range()

12