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

/arch/um/kernel/
H A Dvmlinux.lds.S2 KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER); define
H A Duml.lds.S68 INIT_TASK_DATA(KERNEL_STACK_SIZE)
69 . = ALIGN(KERNEL_STACK_SIZE);
H A Ddyn.lds.S105 INIT_TASK_DATA(KERNEL_STACK_SIZE)
106 . = ALIGN(KERNEL_STACK_SIZE);
/arch/xtensa/include/asm/
H A Dptrace.h40 #define KERNEL_STACK_SIZE (2 * PAGE_SIZE) macro
120 (task_stack_page(tsk) + KERNEL_STACK_SIZE - (XCHAL_NUM_AREGS-16)*4) - 1)
131 #define PT_REGS_OFFSET (KERNEL_STACK_SIZE - PT_USER_SIZE)
/arch/cris/include/asm/
H A Dprocessor.h34 #define KERNEL_STACK_SIZE PAGE_SIZE macro
/arch/ia64/kernel/
H A Dinit_task.c35 unsigned long stack[KERNEL_STACK_SIZE/sizeof (unsigned long)];
H A Dmca.c1054 if ((r12 - r13) >= KERNEL_STACK_SIZE) {
1058 if ((ar_bspstore - r13) >= KERNEL_STACK_SIZE) {
1067 if ((ar_bsp - r13) >= KERNEL_STACK_SIZE) {
1823 memset(p, 0, KERNEL_STACK_SIZE);
1843 KERNEL_STACK_SIZE, 0);
/arch/ia64/include/asm/
H A Dmca.h136 u64 mca_stack[KERNEL_STACK_SIZE/8];
137 u64 init_stack[KERNEL_STACK_SIZE/8];
H A Dthread_info.h42 #define THREAD_SIZE KERNEL_STACK_SIZE
H A Dmca_asm.h239 #define MCA_PT_REGS_OFFSET ALIGN16(KERNEL_STACK_SIZE-IA64_PT_REGS_SIZE)
H A Dptrace.h82 #define KERNEL_STACK_SIZE IA64_STK_OFFSET macro
/arch/microblaze/include/asm/
H A Dprocessor.h149 # define KERNEL_STACK_SIZE 0x2000 macro
152 # define task_tos(task) ((unsigned long)(task) + KERNEL_STACK_SIZE)
/arch/score/kernel/
H A Dhead.S49 addi r0, KERNEL_STACK_SIZE - 32
H A Dasm-offsets.c111 DEFINE(KERNEL_STACK_SIZE, THREAD_SIZE);
H A Dentry.S379 addi r8, KERNEL_STACK_SIZE
/arch/xtensa/kernel/
H A Dhead.S206 addi a1, a1, KERNEL_STACK_SIZE
/arch/parisc/include/asm/
H A Dprocessor.h23 #define KERNEL_STACK_SIZE (4*PAGE_SIZE) macro
/arch/blackfin/kernel/
H A Dasm-offsets.c43 DEFINE(KERNEL_STACK_SIZE, THREAD_SIZE);
/arch/blackfin/mach-common/
H A Dentry.S562 r0 = (-KERNEL_STACK_SIZE) (x);
566 r0 = KERNEL_STACK_SIZE - 4 (z);
580 r0 = (KERNEL_STACK_SIZE - SIZEOF_PTREGS) (z);

Completed in 287 milliseconds