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

123456789

/linux-master/arch/arc/include/asm/
H A Dptrace.h137 unsigned long pg_start = (sp & ~(THREAD_SIZE - 1)); \
138 (struct pt_regs *)(pg_start + THREAD_SIZE) - 1; \
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/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/sparc/kernel/
H A Dvmlinux.lds.S69 RW_DATA(SMP_CACHE_BYTES, 0, THREAD_SIZE)
/linux-master/arch/alpha/include/asm/
H A Dthread_info.h51 #define THREAD_SIZE (2*PAGE_SIZE) macro
/linux-master/arch/loongarch/include/asm/
H A Dirq.h11 #define IRQ_STACK_SIZE THREAD_SIZE
/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/powerpc/kernel/
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/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.c72 end > ALIGN(frame, THREAD_SIZE)) {
93 if (in_entry_text(from) && end <= ALIGN(frame, THREAD_SIZE))
300 ALIGN(regs->ARM_sp - THREAD_SIZE, THREAD_ALIGN)
301 + THREAD_SIZE);
936 tsk_stk, tsk_stk + THREAD_SIZE);
939 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/arm/include/asm/
H A Dptrace.h164 ((current_stack_pointer | (THREAD_SIZE - 1)) - 7) - 1; \
/linux-master/arch/loongarch/kernel/
H A Dvmlinux.lds.S107 RW_DATA(1 << CONFIG_L1_CACHE_SHIFT, PAGE_SIZE, THREAD_SIZE)
/linux-master/arch/riscv/include/asm/
H A Dprocessor.h141 ((struct pt_regs *)(task_stack_page(tsk) + THREAD_SIZE \

Completed in 222 milliseconds

123456789