Searched refs:THREAD_SIZE (Results 76 - 100 of 207) sorted by relevance

123456789

/linux-master/arch/powerpc/kernel/
H A Dsetup_64.c192 (THREAD_SIZE/2);
722 ptr = memblock_alloc_try_nid(THREAD_SIZE, THREAD_ALIGN,
757 paca_ptrs[i]->crit_kstack = sp + THREAD_SIZE;
761 paca_ptrs[i]->dbg_kstack = sp + THREAD_SIZE;
765 paca_ptrs[i]->mc_kstack = sp + THREAD_SIZE;
809 paca_ptrs[i]->emergency_sp = alloc_stack(limit, i) + THREAD_SIZE;
813 paca_ptrs[i]->nmi_emergency_sp = alloc_stack(limit, i) + THREAD_SIZE;
816 paca_ptrs[i]->mc_emergency_sp = alloc_stack(mce_limit, i) + THREAD_SIZE;
H A Dhead_32.h51 addi r1, r1, THREAD_SIZE - INT_FRAME_SIZE
160 addi r1, r1, THREAD_SIZE - INT_FRAME_SIZE
215 addi r1, r1, THREAD_SIZE - INT_FRAME_SIZE
/linux-master/arch/sparc/kernel/
H A Dsetup_64.c609 softirq_stack[i] = memblock_alloc_node(THREAD_SIZE,
610 THREAD_SIZE, node);
613 __func__, THREAD_SIZE, THREAD_SIZE, node);
614 hardirq_stack[i] = memblock_alloc_node(THREAD_SIZE,
615 THREAD_SIZE, node);
618 __func__, THREAD_SIZE, THREAD_SIZE, node);
H A Dvmlinux.lds.S69 RW_DATA(SMP_CACHE_BYTES, 0, THREAD_SIZE)
/linux-master/arch/mips/kernel/
H A Dstacktrace.c49 sp <= stack_page + THREAD_SIZE - 32)
H A Dvmlinux.lds.S93 INIT_TASK_DATA(THREAD_SIZE)
/linux-master/kernel/trace/
H A Dtrace_stack.c162 this_size = ((unsigned long)stack) & (THREAD_SIZE-1);
163 this_size = THREAD_SIZE - this_size;
214 (((unsigned long)start & ~(THREAD_SIZE-1)) + THREAD_SIZE);
/linux-master/arch/csky/kernel/
H A Dperf_callchain.c16 unsigned long high = low + THREAD_SIZE;
H A Dvmlinux.lds.S55 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
/linux-master/arch/alpha/include/asm/
H A Dthread_info.h51 #define THREAD_SIZE (2*PAGE_SIZE) macro
/linux-master/arch/riscv/kernel/
H A Dcpu_ops_sbi.c75 bdata->stack_ptr = task_stack_page(tidle) + THREAD_SIZE;
H A Dvmlinux-xip.lds.S75 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
/linux-master/arch/arc/kernel/
H A Dvmlinux.lds.S103 * 2. THREAD_SIZE for init.task, must be kernel-stk sz aligned
105 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
/linux-master/arch/arc/include/asm/
H A Dentry.h70 add2 \out, \out, (THREAD_SIZE)/4
H A Dunwind.h70 #define STACK_LIMIT(ptr) (((ptr) - 1) & ~(THREAD_SIZE - 1))
/linux-master/arch/loongarch/include/asm/
H A Dirq.h11 #define IRQ_STACK_SIZE THREAD_SIZE
/linux-master/arch/powerpc/include/asm/
H A Dptrace.h234 ((struct pt_regs *)((unsigned long)task_stack_page(current) + THREAD_SIZE) - 1)
376 return ((addr & ~(THREAD_SIZE - 1)) ==
377 (kernel_stack_pointer(regs) & ~(THREAD_SIZE - 1)));
/linux-master/arch/xtensa/kernel/
H A Dstacktrace.c128 sp_start = a1 & ~(THREAD_SIZE - 1);
129 sp_end = sp_start + THREAD_SIZE;
178 sp_end = ALIGN(a1, THREAD_SIZE);
/linux-master/arch/arm/kernel/
H A Dtraps.c73 end > ALIGN(frame, THREAD_SIZE)) {
94 if (in_entry_text(from) && end <= ALIGN(frame, THREAD_SIZE))
301 ALIGN(regs->ARM_sp - THREAD_SIZE, THREAD_ALIGN)
302 + THREAD_SIZE);
937 tsk_stk, tsk_stk + THREAD_SIZE);
940 irq_stk - THREAD_SIZE, irq_stk);
H A Dentry-v7m.S50 rsbscs r2, r2, #THREAD_SIZE @ ... and below the top?
/linux-master/arch/hexagon/kernel/
H A Dasm-offsets.c67 DEFINE(_THREAD_SIZE, THREAD_SIZE);
/linux-master/arch/microblaze/kernel/
H A Dvmlinux.lds.S73 RW_DATA(32, PAGE_SIZE, THREAD_SIZE)
/linux-master/arch/x86/include/asm/
H A Dthread_info.h155 #define STACK_WARN (THREAD_SIZE/8)
/linux-master/arch/loongarch/kernel/
H A Dvmlinux.lds.S107 RW_DATA(1 << CONFIG_L1_CACHE_SHIFT, PAGE_SIZE, THREAD_SIZE)
/linux-master/arch/arm/include/asm/
H A Dptrace.h165 ((current_stack_pointer | (THREAD_SIZE - 1)) - 7) - 1; \

Completed in 420 milliseconds

123456789