Home
last modified time | relevance | path

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

12

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

Completed in 21 milliseconds

12