Searched refs:STACK_TOP (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/arch/powerpc/include/asm/
H A Dtask_size_32.h18 #define STACK_TOP TASK_SIZE macro
19 #define STACK_TOP_MAX STACK_TOP
H A Dtask_size_64.h73 #define STACK_TOP (is_32bit_task() ? STACK_TOP_USER32 : STACK_TOP_USER64) macro
/linux-master/arch/x86/include/asm/
H A Dpage_32_types.h52 #define STACK_TOP TASK_SIZE macro
53 #define STACK_TOP_MAX STACK_TOP
H A Dpage_64_types.h80 #define STACK_TOP TASK_SIZE_LOW macro
/linux-master/arch/nios2/include/asm/
H A Dprocessor.h31 #define STACK_TOP TASK_SIZE macro
32 #define STACK_TOP_MAX STACK_TOP
/linux-master/arch/openrisc/include/asm/
H A Dprocessor.h22 #define STACK_TOP TASK_SIZE macro
23 #define STACK_TOP_MAX STACK_TOP
/linux-master/arch/um/include/asm/
H A Dprocessor-generic.h64 #undef STACK_TOP macro
70 #define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) macro
71 #define STACK_TOP_MAX STACK_TOP
/linux-master/arch/powerpc/perf/
H A Dcallchain.h13 unsigned long top = STACK_TOP - (is_32bit_task() ? 16 : 32);
/linux-master/arch/alpha/include/asm/
H A Dprocessor.h18 #define STACK_TOP \ macro
/linux-master/arch/microblaze/include/asm/
H A Dprocessor.h35 * This is used to define STACK_TOP, and with MMU it must be below
84 # define STACK_TOP TASK_SIZE macro
85 # define STACK_TOP_MAX STACK_TOP
/linux-master/arch/sparc/include/asm/
H A Dprocessor_32.h16 /* Whee, this is STACK_TOP + PAGE_SIZE and the lowest kernel address too...
22 #define STACK_TOP (PAGE_OFFSET - PAGE_SIZE) macro
23 #define STACK_TOP_MAX STACK_TOP
H A Dprocessor_64.h41 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ macro
/linux-master/arch/csky/include/asm/
H A Dprocessor.h32 #define STACK_TOP TASK_SIZE macro
33 #define STACK_TOP_MAX STACK_TOP
/linux-master/arch/arc/include/asm/
H A Dprocessor.h96 #define STACK_TOP TASK_SIZE macro
97 #define STACK_TOP_MAX STACK_TOP
/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h44 #define STACK_TOP TASK_SIZE macro
/linux-master/arch/sh/include/asm/
H A Dprocessor_32.h30 #define STACK_TOP TASK_SIZE macro
31 #define STACK_TOP_MAX STACK_TOP
/linux-master/arch/m68k/include/asm/
H A Dprocessor.h58 #define STACK_TOP TASK_SIZE macro
59 #define STACK_TOP_MAX STACK_TOP
/linux-master/arch/mips/include/asm/
H A Dhugetlb.h19 unsigned long task_size = STACK_TOP;
/linux-master/arch/loongarch/include/asm/
H A Dhugetlb.h18 unsigned long task_size = STACK_TOP;
/linux-master/arch/hexagon/kernel/
H A Dvdso.c60 vdso_base = STACK_TOP;
/linux-master/arch/xtensa/include/asm/
H A Dprocessor.h39 #define STACK_TOP TASK_SIZE macro
40 #define STACK_TOP_MAX STACK_TOP
/linux-master/arch/mips/kernel/
H A Dvdso.c74 unsigned long base = STACK_TOP;
102 base = mmap_region(NULL, STACK_TOP, PAGE_SIZE,
/linux-master/arch/arm/include/asm/
H A Dprocessor.h20 #define STACK_TOP ((current->personality & ADDR_LIMIT_32BIT) ? \ macro
/linux-master/arch/riscv/include/asm/
H A Dprocessor.h58 #define STACK_TOP DEFAULT_MAP_WINDOW macro
/linux-master/arch/s390/include/asm/
H A Delf.h231 (STACK_TOP / 3 * 2) : \
232 (STACK_TOP / 3 * 2) & ~((1UL << 32) - 1))

Completed in 267 milliseconds

12