Home
last modified time | relevance | path

Searched refs:STACK_TOP (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/um/include/asm/
H A Dprocessor-generic.h55 #undef STACK_TOP
61 #define STACK_TOP (TASK_SIZE - 2 * PAGE_SIZE) macro
62 #define STACK_TOP_MAX STACK_TOP
/linux/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/arch/nios2/include/asm/
H A Dprocessor.h31 #define STACK_TOP TASK_SIZE macro
32 #define STACK_TOP_MAX STACK_TOP
/linux/arch/openrisc/include/asm/
H A Dprocessor.h22 #define STACK_TOP TASK_SIZE macro
23 #define STACK_TOP_MAX STACK_TOP
/linux/arch/csky/include/asm/
H A Dprocessor.h32 #define STACK_TOP TASK_SIZE macro
33 #define STACK_TOP_MAX STACK_TOP
/linux/arch/arc/include/asm/
H A Dprocessor.h96 #define STACK_TOP TASK_SIZE macro
97 #define STACK_TOP_MAX STACK_TOP
/linux/arch/microblaze/include/asm/
H A Dprocessor.h84 # define STACK_TOP TASK_SIZE macro
85 # define STACK_TOP_MAX STACK_TOP
/linux/arch/sparc/include/asm/
H A Dprocessor_32.h22 #define STACK_TOP (PAGE_OFFSET - PAGE_SIZE) macro
23 #define STACK_TOP_MAX STACK_TOP
/linux/arch/sh/include/asm/
H A Dprocessor_32.h30 #define STACK_TOP TASK_SIZE macro
31 #define STACK_TOP_MAX STACK_TOP
/linux/arch/xtensa/include/asm/
H A Dprocessor.h39 #define STACK_TOP TASK_SIZE macro
40 #define STACK_TOP_MAX STACK_TOP
/linux/arch/powerpc/perf/
H A Dcallchain.h13 unsigned long top = STACK_TOP - (is_32bit_task() ? 16 : 32); in invalid_user_sp()
/linux/arch/alpha/include/asm/
H A Dprocessor.h16 #define STACK_TOP (0x00120000000UL) macro
/linux/arch/hexagon/include/asm/
H A Dmem-layout.h44 #define STACK_TOP TASK_SIZE macro
/linux/arch/hexagon/kernel/
H A Dvdso.c64 vdso_base = STACK_TOP; in arch_setup_additional_pages()
/linux/arch/arm64/include/asm/
H A Dprocessor.h90 #define STACK_TOP (test_thread_flag(TIF_32BIT) ? \ macro
93 #define STACK_TOP STACK_TOP_MAX macro
/linux/arch/arm/include/asm/
H A Dprocessor.h20 #define STACK_TOP ((current->personality & ADDR_LIMIT_32BIT) ? \ macro
/linux/arch/riscv/include/asm/
H A Dprocessor.h39 #define STACK_TOP DEFAULT_MAP_WINDOW macro
/linux/arch/loongarch/include/asm/
H A Dprocessor.h49 #define STACK_TOP stack_top() macro
/linux/arch/parisc/include/asm/
H A Dprocessor.h45 #define STACK_TOP TASK_SIZE macro
/linux/arch/mips/math-emu/
H A Ddsemul.c72 return (__user struct emuframe *)STACK_TOP; in dsemul_page()
/linux/arch/mips/include/asm/
H A Dprocessor.h74 #define STACK_TOP mips_stack_top() macro
/linux/arch/parisc/kernel/
H A Dsys_parisc.c94 return PAGE_ALIGN(STACK_TOP - stack_base); in mmap_upper_limit()
/linux/mm/
H A Dutil.c432 #define MAX_GAP (STACK_TOP / 6 * 5)
461 return PAGE_ALIGN(STACK_TOP - gap - rnd); in mmap_base()
/linux/arch/arc/mm/
H A Dtlb.c630 BUILD_BUG_ON(!IS_ALIGNED(STACK_TOP, PMD_SIZE)); in arc_mmu_init()

12