Searched defs:STACK_TOP (Results 1 - 24 of 24) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dtask_size_32.h18 #define STACK_TOP TASK_SIZE macro
H A Dtask_size_64.h73 #define STACK_TOP (is_32bit_task() ? STACK_TOP_USER32 : STACK_TOP_USER64) macro
/linux-master/arch/alpha/include/asm/
H A Dprocessor.h18 #define STACK_TOP \ macro
/linux-master/arch/openrisc/include/asm/
H A Dprocessor.h22 #define STACK_TOP TASK_SIZE macro
/linux-master/arch/x86/include/asm/
H A Dpage_32_types.h52 #define STACK_TOP TASK_SIZE macro
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
/linux-master/arch/csky/include/asm/
H A Dprocessor.h32 #define STACK_TOP TASK_SIZE macro
/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h44 #define STACK_TOP TASK_SIZE macro
/linux-master/arch/arm/include/asm/
H A Dprocessor.h20 #define STACK_TOP ((current->personality & ADDR_LIMIT_32BIT) ? \ macro
/linux-master/arch/microblaze/include/asm/
H A Dprocessor.h84 # define STACK_TOP TASK_SIZE macro
/linux-master/arch/sparc/include/asm/
H A Dprocessor_32.h22 #define STACK_TOP (PAGE_OFFSET - PAGE_SIZE) macro
H A Dprocessor_64.h41 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ macro
/linux-master/arch/arc/include/asm/
H A Dprocessor.h96 #define STACK_TOP TASK_SIZE macro
/linux-master/arch/m68k/include/asm/
H A Dprocessor.h58 #define STACK_TOP TASK_SIZE macro
/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
/linux-master/arch/riscv/include/asm/
H A Dprocessor.h58 #define STACK_TOP DEFAULT_MAP_WINDOW macro
/linux-master/arch/sh/include/asm/
H A Dprocessor_32.h30 #define STACK_TOP TASK_SIZE macro
/linux-master/arch/xtensa/include/asm/
H A Dprocessor.h39 #define STACK_TOP TASK_SIZE macro
/linux-master/arch/parisc/include/asm/
H A Dprocessor.h45 #define STACK_TOP TASK_SIZE macro
/linux-master/arch/loongarch/include/asm/
H A Dprocessor.h49 #define STACK_TOP stack_top() macro
/linux-master/arch/mips/include/asm/
H A Dprocessor.h74 #define STACK_TOP mips_stack_top() macro
/linux-master/arch/s390/include/asm/
H A Dprocessor.h115 #define STACK_TOP (VDSO_LIMIT - vdso_size() - PAGE_SIZE) macro
/linux-master/arch/arm64/include/asm/
H A Dprocessor.h88 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ macro
91 #define STACK_TOP STACK_TOP_MAX macro

Completed in 485 milliseconds