Home
last modified time | relevance | path

Searched refs:KERNEL_STACK_SIZE (Results 1 – 15 of 15) sorted by relevance

/linux/arch/xtensa/include/asm/
A Dptrace.h87 (task_stack_page(tsk) + KERNEL_STACK_SIZE - (XCHAL_NUM_AREGS-16)*4) - 1)
113 #define PT_REGS_OFFSET (KERNEL_STACK_SIZE - PT_USER_SIZE)
A Dkmem_layout.h102 #define KERNEL_STACK_SIZE (1 << KERNEL_STACK_SHIFT) macro
A Dthread_info.h136 #define THREAD_SIZE KERNEL_STACK_SIZE
/linux/arch/microblaze/include/asm/
A Dprocessor.h74 # define KERNEL_STACK_SIZE 0x2000 macro
77 # define task_tos(task) ((unsigned long)(task) + KERNEL_STACK_SIZE)
/linux/arch/um/kernel/
A Duml.lds.S80 INIT_TASK_DATA(KERNEL_STACK_SIZE)
81 . = ALIGN(KERNEL_STACK_SIZE);
A Dvmlinux.lds.S2 KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER); symbol
A Ddyn.lds.S115 INIT_TASK_DATA(KERNEL_STACK_SIZE)
116 . = ALIGN(KERNEL_STACK_SIZE);
/linux/arch/ia64/include/asm/
A Dmca.h134 u64 mca_stack[KERNEL_STACK_SIZE/8];
135 u64 init_stack[KERNEL_STACK_SIZE/8];
A Dptrace.h41 #define KERNEL_STACK_SIZE IA64_STK_OFFSET macro
A Dthread_info.h15 #define THREAD_SIZE KERNEL_STACK_SIZE
A Dmca_asm.h240 #define MCA_PT_REGS_OFFSET ALIGN16(KERNEL_STACK_SIZE-IA64_PT_REGS_SIZE)
/linux/arch/nds32/include/asm/
A Dprocessor.h13 #define KERNEL_STACK_SIZE PAGE_SIZE macro
/linux/arch/ia64/kernel/
A Dmca.c1057 if ((r12 - r13) >= KERNEL_STACK_SIZE) { in ia64_mca_modify_original_stack()
1061 if ((ar_bspstore - r13) >= KERNEL_STACK_SIZE) { in ia64_mca_modify_original_stack()
1070 if ((ar_bsp - r13) >= KERNEL_STACK_SIZE) { in ia64_mca_modify_original_stack()
1784 memset(p, 0, KERNEL_STACK_SIZE); in format_mca_init_stack()
1803 return memblock_alloc(sizeof(struct ia64_mca_cpu), KERNEL_STACK_SIZE); in mca_bootmem()
/linux/arch/xtensa/kernel/
A Dhead.S372 .long init_thread_union + KERNEL_STACK_SIZE
/linux/Documentation/ia64/
A Dmca.rst192 as KERNEL_STACK_SIZE - sizeof(struct pt_regs) - sizeof(struct

Completed in 17 milliseconds