Home
last modified time | relevance | path

Searched refs:KERNEL_STACK_SIZE (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H 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)
H A Dkmem_layout.h102 #define KERNEL_STACK_SIZE (1 << KERNEL_STACK_SHIFT) macro
H A Dthread_info.h136 #define THREAD_SIZE KERNEL_STACK_SIZE
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dprocessor.h110 # define KERNEL_STACK_SIZE 0x2000 macro
113 # define task_tos(task) ((unsigned long)(task) + KERNEL_STACK_SIZE)
/kernel/linux/linux-5.10/arch/um/kernel/
H A Duml.lds.S80 INIT_TASK_DATA(KERNEL_STACK_SIZE)
81 . = ALIGN(KERNEL_STACK_SIZE);
H A Dvmlinux.lds.S2 KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER); define
H A Ddyn.lds.S115 INIT_TASK_DATA(KERNEL_STACK_SIZE)
116 . = ALIGN(KERNEL_STACK_SIZE);
/kernel/linux/linux-6.6/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)
/kernel/linux/linux-6.6/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); define
H A Ddyn.lds.S118 INIT_TASK_DATA(KERNEL_STACK_SIZE)
119 . = ALIGN(KERNEL_STACK_SIZE);
/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dmca.h137 u64 mca_stack[KERNEL_STACK_SIZE/8];
138 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)
/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dprocessor.h13 #define KERNEL_STACK_SIZE PAGE_SIZE macro
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dmca.c1055 if ((r12 - r13) >= KERNEL_STACK_SIZE) { in ia64_mca_modify_original_stack()
1059 if ((ar_bspstore - r13) >= KERNEL_STACK_SIZE) { in ia64_mca_modify_original_stack()
1068 if ((ar_bsp - r13) >= KERNEL_STACK_SIZE) { in ia64_mca_modify_original_stack()
1782 memset(p, 0, KERNEL_STACK_SIZE); in format_mca_init_stack()
1801 return memblock_alloc(sizeof(struct ia64_mca_cpu), KERNEL_STACK_SIZE); in mca_bootmem()
/kernel/linux/linux-6.6/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()

Completed in 12 milliseconds

12