Searched refs:KERNEL_STACK_SIZE (Results 1 – 19 of 19) sorted by relevance
40 #define KERNEL_STACK_SIZE (2 * PAGE_SIZE) macro120 (task_stack_page(tsk) + KERNEL_STACK_SIZE - (XCHAL_NUM_AREGS-16)*4) - 1)131 #define PT_REGS_OFFSET (KERNEL_STACK_SIZE - PT_USER_SIZE)
2 KERNEL_STACK_SIZE = 4096 * (1 << CONFIG_KERNEL_STACK_ORDER); symbol
68 INIT_TASK_DATA(KERNEL_STACK_SIZE)69 . = ALIGN(KERNEL_STACK_SIZE);
105 INIT_TASK_DATA(KERNEL_STACK_SIZE)106 . = ALIGN(KERNEL_STACK_SIZE);
136 u64 mca_stack[KERNEL_STACK_SIZE/8];137 u64 init_stack[KERNEL_STACK_SIZE/8];
42 #define THREAD_SIZE KERNEL_STACK_SIZE
239 #define MCA_PT_REGS_OFFSET ALIGN16(KERNEL_STACK_SIZE-IA64_PT_REGS_SIZE)
82 #define KERNEL_STACK_SIZE IA64_STK_OFFSET macro
149 # define KERNEL_STACK_SIZE 0x2000 macro152 # define task_tos(task) ((unsigned long)(task) + KERNEL_STACK_SIZE)
35 unsigned long stack[KERNEL_STACK_SIZE/sizeof (unsigned long)];
1054 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()
34 #define KERNEL_STACK_SIZE PAGE_SIZE macro
49 addi r0, KERNEL_STACK_SIZE - 32
111 DEFINE(KERNEL_STACK_SIZE, THREAD_SIZE); in output_thread_info_defines()
379 addi r8, KERNEL_STACK_SIZE
206 addi a1, a1, KERNEL_STACK_SIZE
23 #define KERNEL_STACK_SIZE (4*PAGE_SIZE) macro
43 DEFINE(KERNEL_STACK_SIZE, THREAD_SIZE); in main()
562 r0 = (-KERNEL_STACK_SIZE) (x);566 r0 = KERNEL_STACK_SIZE - 4 (z);580 r0 = (KERNEL_STACK_SIZE - SIZEOF_PTREGS) (z);