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

/linux-master/arch/um/kernel/
H A Dvmlinux.lds.S2 KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER); define
H A Duml.lds.S79 INIT_TASK_DATA(KERNEL_STACK_SIZE)
80 . = ALIGN(KERNEL_STACK_SIZE);
H A Ddyn.lds.S118 INIT_TASK_DATA(KERNEL_STACK_SIZE)
119 . = ALIGN(KERNEL_STACK_SIZE);
/linux-master/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)
/linux-master/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
/linux-master/arch/xtensa/kernel/
H A Dhead.S372 .long init_thread_union + KERNEL_STACK_SIZE

Completed in 156 milliseconds