Home
last modified time | relevance | path

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

12

/linux/arch/um/include/asm/
A Dprocessor-generic.h75 #undef STACK_TOP
81 #define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) macro
82 #define STACK_TOP_MAX STACK_TOP
/linux/arch/ia64/include/asm/
A Dustack.h10 #define STACK_TOP (0x6000000000000000UL + RGN_MAP_LIMIT) macro
11 #define STACK_TOP_MAX STACK_TOP
/linux/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.h77 #define STACK_TOP (is_32bit_task() ? STACK_TOP_USER32 : STACK_TOP_USER64) macro
/linux/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/arch/openrisc/include/asm/
A Dprocessor.h22 #define STACK_TOP TASK_SIZE macro
23 #define STACK_TOP_MAX STACK_TOP
/linux/arch/nios2/include/asm/
A Dprocessor.h31 #define STACK_TOP TASK_SIZE macro
32 #define STACK_TOP_MAX STACK_TOP
/linux/arch/csky/include/asm/
A Dprocessor.h33 #define STACK_TOP TASK_SIZE macro
34 #define STACK_TOP_MAX STACK_TOP
/linux/arch/microblaze/include/asm/
A Dprocessor.h89 # define STACK_TOP TASK_SIZE macro
90 # define STACK_TOP_MAX STACK_TOP
/linux/arch/riscv/include/asm/
A Dprocessor.h21 #define STACK_TOP TASK_SIZE macro
22 #define STACK_TOP_MAX STACK_TOP
/linux/arch/arc/include/asm/
A Dprocessor.h102 #define STACK_TOP TASK_SIZE macro
103 #define STACK_TOP_MAX STACK_TOP
/linux/arch/sparc/include/asm/
A Dprocessor_32.h22 #define STACK_TOP (PAGE_OFFSET - PAGE_SIZE) macro
23 #define STACK_TOP_MAX STACK_TOP
/linux/arch/h8300/include/asm/
A Dprocessor.h41 #define STACK_TOP TASK_SIZE macro
42 #define STACK_TOP_MAX STACK_TOP
/linux/arch/sh/include/asm/
A Dprocessor_32.h30 #define STACK_TOP TASK_SIZE macro
31 #define STACK_TOP_MAX STACK_TOP
/linux/arch/m68k/include/asm/
A Dprocessor.h57 #define STACK_TOP TASK_SIZE macro
58 #define STACK_TOP_MAX STACK_TOP
/linux/arch/xtensa/include/asm/
A Dprocessor.h41 #define STACK_TOP TASK_SIZE macro
42 #define STACK_TOP_MAX STACK_TOP
/linux/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/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/arch/s390/include/asm/
A Delf.h231 (STACK_TOP / 3 * 2) : \
232 (STACK_TOP / 3 * 2) & ~((1UL << 32) - 1))
/linux/arch/powerpc/perf/
A Dcallchain.h14 unsigned long top = STACK_TOP - (is_32bit_task() ? 16 : 32); in invalid_user_sp()
/linux/arch/arm64/include/asm/
A Dprocessor.h87 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ macro
90 #define STACK_TOP STACK_TOP_MAX macro
/linux/arch/alpha/include/asm/
A Dprocessor.h18 #define STACK_TOP \ macro
/linux/arch/hexagon/include/asm/
A Dmem-layout.h44 #define STACK_TOP TASK_SIZE macro
/linux/arch/hexagon/kernel/
A Dvdso.c59 vdso_base = STACK_TOP; in arch_setup_additional_pages()

Completed in 20 milliseconds

12