Searched defs:STACK_TOP (Results 26 - 30 of 30) sorted by relevance

12

/arch/s390/include/asm/
H A Dprocessor.h86 #define STACK_TOP (1UL << 31) macro
89 #define STACK_TOP (1UL << (test_thread_flag(TIF_31BIT) ? 31:42)) macro
/arch/mips/include/asm/
H A Dprocessor.h89 #define STACK_TOP ((TASK_SIZE & PAGE_MASK) - SPECIAL_PAGES_SIZE) macro
/arch/tile/include/asm/
H A Dprocessor.h178 #define STACK_TOP TASK_SIZE macro
/arch/powerpc/include/asm/
H A Dprocessor.h139 #define STACK_TOP (is_32bit_task() ? \ macro
146 #define STACK_TOP TASK_SIZE macro
147 #define STACK_TOP_MAX STACK_TOP
/arch/x86/include/asm/
H A Dprocessor.h840 #define STACK_TOP TASK_SIZE macro
841 #define STACK_TOP_MAX STACK_TOP
911 #define STACK_TOP TASK_SIZE macro

Completed in 2073 milliseconds

12