Searched refs:thread_info (Results 276 - 300 of 359) sorted by relevance

<<1112131415

/linux-master/arch/arm64/include/asm/
H A Dprocessor.h33 #include <linux/thread_info.h>
/linux-master/arch/arm64/kernel/
H A Dsetup.c360 init_task.thread_info.ttbr0 = phys_to_ttbr(__pa_symbol(reserved_pg_dir));
H A Dmte.c16 #include <linux/thread_info.h>
/linux-master/arch/riscv/kernel/
H A Dentry.S15 #include <asm/thread_info.h>
133 /* Save unwound kernel stack pointer in thread_info */
322 /* The offset of thread_info in task_struct is zero. */
H A Dhead.S10 #include <asm/thread_info.h>
H A Dtraps.c32 #include <asm/thread_info.h>
/linux-master/arch/loongarch/include/asm/
H A Dstackframe.h15 #include <asm/thread_info.h>
152 /* Set thread_info if we're coming from user mode */
/linux-master/arch/sparc/kernel/
H A Dptrace_64.c345 struct thread_info *t = task_thread_info(target);
680 struct thread_info *t = task_thread_info(target);
833 struct thread_info *t = task_thread_info(target);
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dentry.S13 #include <asm/thread_info.h>
/linux-master/arch/hexagon/kernel/
H A Dvm_entry.S11 #include <asm/thread_info.h>
23 * Save full register state, while setting up thread_info struct
25 * register, putting prior thread_info.regs pointer in a callee-save
27 * and updating thread_info.regs to point to current stack frame,
119 * Restore registers and thread_info.regs state. THREADINFO_REG
/linux-master/arch/powerpc/platforms/powermac/
H A Dsleep.S13 #include <asm/thread_info.h>
/linux-master/arch/mips/include/asm/
H A Dstackframe.h20 #include <asm/thread_info.h>
276 /* Set thread_info if we're coming from user mode */
/linux-master/arch/csky/kernel/
H A Dptrace.c18 #include <asm/thread_info.h>
/linux-master/arch/nios2/kernel/
H A Dentry.S31 #include <asm/thread_info.h>
302 GET_THREAD_INFO r11 /* get thread_info pointer */
303 ldw r10, TI_FLAGS(r11) /* get thread_info->flags */
/linux-master/arch/powerpc/kernel/
H A Dswsusp_32.S8 #include <asm/thread_info.h>
H A Dmisc_32.S21 #include <asm/thread_info.h>
H A Dentry_32.S27 #include <asm/thread_info.h>
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S12 #include <asm/thread_info.h>
/linux-master/arch/sparc/lib/
H A Dcopy_page.S10 #include <asm/thread_info.h>
/linux-master/arch/xtensa/kernel/
H A Dsmp.c31 #include <linux/thread_info.h>
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h9 #include <asm/thread_info.h> /* For THREAD_SIZE */
282 /* Get thread_info of "current" tsk */
/linux-master/include/linux/
H A Dspinlock.h60 #include <linux/thread_info.h>
/linux-master/arch/loongarch/kernel/
H A Dsmp.c322 cpuboot_data.thread_info = (unsigned long)task_thread_info(idle);
/linux-master/arch/x86/kernel/
H A Dhead_64.S29 #include <asm/thread_info.h>
/linux-master/arch/arm/kernel/
H A Diwmmxt.S16 #include <asm/thread_info.h>
62 * r10 = struct thread_info pointer
184 * r0 = struct thread_info pointer of target task or NULL for any
230 * r0 = struct thread_info pointer of target task
268 * r0 = struct thread_info pointer of target task
306 * r0 = next thread_info pointer
335 * r0 = struct thread_info pointer

Completed in 312 milliseconds

<<1112131415