Searched refs:STACK_TOP_MAX (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/arch/powerpc/include/asm/
H A Dtask_size_32.h19 #define STACK_TOP_MAX STACK_TOP macro
H A Dtask_size_64.h72 #define STACK_TOP_MAX TASK_SIZE_USER64 macro
/linux-master/arch/x86/include/asm/
H A Dpage_32_types.h53 #define STACK_TOP_MAX STACK_TOP macro
H A Dpage_64_types.h81 #define STACK_TOP_MAX TASK_SIZE_MAX macro
/linux-master/arch/alpha/include/asm/
H A Dprocessor.h21 #define STACK_TOP_MAX 0x00120000000UL macro
/linux-master/arch/um/include/asm/
H A Dprocessor-generic.h65 #undef STACK_TOP_MAX macro
71 #define STACK_TOP_MAX STACK_TOP macro
/linux-master/arch/riscv/include/asm/
H A Dprocessor.h29 mmap_end = STACK_TOP_MAX; \
51 #define STACK_TOP_MAX TASK_SIZE_64 macro
54 #define STACK_TOP_MAX TASK_SIZE macro
/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h45 #define STACK_TOP_MAX TASK_SIZE macro
/linux-master/arch/nios2/include/asm/
H A Dprocessor.h32 #define STACK_TOP_MAX STACK_TOP macro
/linux-master/arch/openrisc/include/asm/
H A Dprocessor.h23 #define STACK_TOP_MAX STACK_TOP macro
/linux-master/arch/microblaze/include/asm/
H A Dprocessor.h85 # define STACK_TOP_MAX STACK_TOP macro
/linux-master/arch/sparc/include/asm/
H A Dprocessor_32.h23 #define STACK_TOP_MAX STACK_TOP macro
H A Dprocessor_64.h44 #define STACK_TOP_MAX STACK_TOP64 macro
/linux-master/arch/csky/include/asm/
H A Dprocessor.h33 #define STACK_TOP_MAX STACK_TOP macro
/linux-master/arch/arc/include/asm/
H A Dprocessor.h97 #define STACK_TOP_MAX STACK_TOP macro
/linux-master/arch/loongarch/include/asm/
H A Dprocessor.h24 #define STACK_TOP_MAX TASK_SIZE macro
37 #define STACK_TOP_MAX TASK_SIZE64 macro
/linux-master/arch/arm/include/asm/
H A Dprocessor.h22 #define STACK_TOP_MAX TASK_SIZE macro
/linux-master/arch/sh/include/asm/
H A Dprocessor_32.h31 #define STACK_TOP_MAX STACK_TOP macro
/linux-master/arch/arm64/include/asm/
H A Dprocessor.h79 #define STACK_TOP_MAX TASK_SIZE_64 macro
82 #define STACK_TOP_MAX DEFAULT_MAP_WINDOW_64 macro
89 AARCH32_VECTORS_BASE : STACK_TOP_MAX)
91 #define STACK_TOP STACK_TOP_MAX
/linux-master/arch/m68k/include/asm/
H A Dprocessor.h59 #define STACK_TOP_MAX STACK_TOP macro
/linux-master/arch/mips/include/asm/
H A Dprocessor.h41 #define STACK_TOP_MAX TASK_SIZE macro
62 #define STACK_TOP_MAX TASK_SIZE64 macro
/linux-master/arch/xtensa/include/asm/
H A Dprocessor.h40 #define STACK_TOP_MAX STACK_TOP macro
/linux-master/arch/parisc/include/asm/
H A Dprocessor.h46 #define STACK_TOP_MAX DEFAULT_TASK_SIZE macro
/linux-master/arch/s390/include/asm/
H A Dprocessor.h116 #define STACK_TOP_MAX (_REGION2_SIZE - vdso_size() - PAGE_SIZE) macro
/linux-master/arch/x86/xen/
H A Dmmu_pv.c138 * Just beyond the highest usermode address. STACK_TOP_MAX has a
141 #define USER_LIMIT ((STACK_TOP_MAX + PGDIR_SIZE - 1) & PGDIR_MASK)
611 * will be STACK_TOP_MAX, but at boot we need to pin up to

Completed in 198 milliseconds

12