Home
last modified time | relevance | path

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

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