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

12

/arch/ia64/include/asm/
H A Dustack.h9 #define STACK_TOP (0x6000000000000000UL + RGN_MAP_LIMIT) macro
10 #define STACK_TOP_MAX STACK_TOP
/arch/cris/include/asm/
H A Dprocessor.h20 #define STACK_TOP TASK_SIZE macro
21 #define STACK_TOP_MAX STACK_TOP
/arch/um/include/asm/
H A Dprocessor-generic.h77 #undef STACK_TOP macro
83 #define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) macro
84 #define STACK_TOP_MAX STACK_TOP
/arch/arc/include/asm/
H A Dprocessor.h130 #define STACK_TOP TASK_SIZE macro
131 #define STACK_TOP_MAX STACK_TOP
/arch/arm64/mm/
H A Dmmap.c37 #define MAX_GAP (STACK_TOP/6*5)
77 return PAGE_ALIGN(STACK_TOP - gap - mmap_rnd());
/arch/m32r/include/asm/
H A Dprocessor.h64 #define STACK_TOP TASK_SIZE macro
65 #define STACK_TOP_MAX STACK_TOP
/arch/openrisc/include/asm/
H A Dprocessor.h26 #define STACK_TOP TASK_SIZE macro
27 #define STACK_TOP_MAX STACK_TOP
/arch/alpha/include/asm/
H A Dprocessor.h23 #define STACK_TOP \ macro
/arch/frv/include/asm/
H A Dmem-layout.h69 #define STACK_TOP __UL(2 * 1024 * 1024) macro
/arch/hexagon/include/asm/
H A Dmem-layout.h57 #define STACK_TOP TASK_SIZE macro
/arch/arm64/include/asm/
H A Dprocessor.h41 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ macro
44 #define STACK_TOP STACK_TOP_MAX macro
/arch/microblaze/include/asm/
H A Dprocessor.h88 * This is used to define STACK_TOP, and with MMU it must be below
160 # define STACK_TOP TASK_SIZE macro
161 # define STACK_TOP_MAX STACK_TOP
/arch/mn10300/include/asm/
H A Dprocessor.h83 #define STACK_TOP 0x70000000 macro
84 #define STACK_TOP_MAX STACK_TOP
/arch/sh/include/asm/
H A Dprocessor_32.h36 #define STACK_TOP TASK_SIZE macro
37 #define STACK_TOP_MAX STACK_TOP
H A Dprocessor_64.h44 #define STACK_TOP TASK_SIZE macro
45 #define STACK_TOP_MAX STACK_TOP
/arch/sparc/include/asm/
H A Dprocessor_32.h27 /* Whee, this is STACK_TOP + PAGE_SIZE and the lowest kernel address too...
33 #define STACK_TOP (PAGE_OFFSET - PAGE_SIZE) macro
34 #define STACK_TOP_MAX STACK_TOP
/arch/avr32/include/asm/
H A Dprocessor.h17 #define STACK_TOP TASK_SIZE macro
18 #define STACK_TOP_MAX STACK_TOP
/arch/m68k/include/asm/
H A Dprocessor.h63 #define STACK_TOP TASK_SIZE macro
64 #define STACK_TOP_MAX STACK_TOP
/arch/metag/include/asm/
H A Dprocessor.h23 #define STACK_TOP (TASK_SIZE - PAGE_SIZE) macro
24 #define STACK_TOP_MAX STACK_TOP
/arch/s390/mm/
H A Dmmap.c48 #define MAX_GAP (STACK_TOP/6*5)
81 return STACK_TOP - stack_maxrandom_size() - mmap_rnd() - gap;
/arch/xtensa/include/asm/
H A Dprocessor.h44 #define STACK_TOP TASK_SIZE macro
45 #define STACK_TOP_MAX STACK_TOP
/arch/hexagon/kernel/
H A Dvdso.c71 vdso_base = STACK_TOP;
/arch/score/include/asm/
H A Dprocessor.h43 #define STACK_TOP TASK_SIZE macro
/arch/unicore32/include/asm/
H A Dprocessor.h28 #define STACK_TOP TASK_SIZE macro
/arch/arm/include/asm/
H A Dprocessor.h28 #define STACK_TOP ((current->personality & ADDR_LIMIT_32BIT) ? \ macro

Completed in 2569 milliseconds

12