Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/xtensa/include/asm/
H A Dptrace.h37 #define KERNEL_STACK_SIZE (2 * PAGE_SIZE) macro
114 (task_stack_page(tsk) + KERNEL_STACK_SIZE - (XCHAL_NUM_AREGS-16)*4) - 1)
128 #define PT_REGS_OFFSET (KERNEL_STACK_SIZE - PT_USER_SIZE)
/openbmc/linux/arch/microblaze/include/asm/
H A Dprocessor.h69 # define KERNEL_STACK_SIZE 0x2000 macro
72 # define task_tos(task) ((unsigned long)(task) + KERNEL_STACK_SIZE)
/openbmc/linux/arch/xtensa/include/asm/
H A Dptrace.h86 (task_stack_page(tsk) + KERNEL_STACK_SIZE) - 1)
115 #define PT_REGS_OFFSET (KERNEL_STACK_SIZE - PT_USER_SIZE)
H A Dkmem_layout.h102 #define KERNEL_STACK_SIZE (1 << KERNEL_STACK_SHIFT) macro
H A Dthread_info.h142 #define THREAD_SIZE KERNEL_STACK_SIZE
/openbmc/linux/arch/um/kernel/
H A Duml.lds.S79 INIT_TASK_DATA(KERNEL_STACK_SIZE)
80 . = ALIGN(KERNEL_STACK_SIZE);
H A Dvmlinux.lds.S2 KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER); symbol
H A Ddyn.lds.S118 INIT_TASK_DATA(KERNEL_STACK_SIZE)
119 . = ALIGN(KERNEL_STACK_SIZE);
/openbmc/linux/arch/ia64/include/asm/
H A Dmca.h134 u64 mca_stack[KERNEL_STACK_SIZE/8];
135 u64 init_stack[KERNEL_STACK_SIZE/8];
H A Dptrace.h41 #define KERNEL_STACK_SIZE IA64_STK_OFFSET macro
H A Dthread_info.h15 #define THREAD_SIZE KERNEL_STACK_SIZE
H A Dmca_asm.h240 #define MCA_PT_REGS_OFFSET ALIGN16(KERNEL_STACK_SIZE-IA64_PT_REGS_SIZE)
/openbmc/u-boot/arch/arm/include/asm/proc-armv/
H A Dprocessor.h23 #define KERNEL_STACK_SIZE PAGE_SIZE macro
/openbmc/linux/arch/ia64/kernel/
H A Dmca.c1056 if ((r12 - r13) >= KERNEL_STACK_SIZE) { in ia64_mca_modify_original_stack()
1060 if ((ar_bspstore - r13) >= KERNEL_STACK_SIZE) { in ia64_mca_modify_original_stack()
1069 if ((ar_bsp - r13) >= KERNEL_STACK_SIZE) { in ia64_mca_modify_original_stack()
1783 memset(p, 0, KERNEL_STACK_SIZE); in format_mca_init_stack()
1802 return memblock_alloc(sizeof(struct ia64_mca_cpu), KERNEL_STACK_SIZE); in mca_bootmem()
/openbmc/linux/arch/xtensa/kernel/
H A Dhead.S372 .long init_thread_union + KERNEL_STACK_SIZE
/openbmc/linux/Documentation/arch/ia64/
H A Dmca.rst192 as KERNEL_STACK_SIZE - sizeof(struct pt_regs) - sizeof(struct