Searched refs:thread_struct (Results 51 - 75 of 77) sorted by relevance

1234

/linux-master/arch/mips/include/asm/
H A Dprocessor.h227 * If you change thread_struct remember to change the #defines below too!
229 struct thread_struct { struct
/linux-master/arch/x86/include/asm/
H A Delf.h156 static inline void elf_common_init(struct thread_struct *t,
H A Ddesc.h293 static inline void native_load_tls(struct thread_struct *t, unsigned int cpu)
H A Dprocessor.h436 struct thread_struct { struct
492 * context switch. Store it in thread_struct to avoid a lookup in
H A Dparavirt.h300 static inline void load_TLS(struct thread_struct *t, unsigned cpu)
/linux-master/arch/x86/kernel/
H A Dprocess_32.c157 struct thread_struct *prev = &prev_p->thread,
H A Dprocess.c118 struct thread_struct *t = &tsk->thread;
453 struct thread_struct *t = &current->thread;
H A Dhw_breakpoint.c472 struct thread_struct *t = &tsk->thread;
H A Dtraps.c535 struct thread_struct *t = &current->thread;
/linux-master/arch/x86/entry/vsyscall/
H A Dvsyscall_64.c102 struct thread_struct *thread = &current->thread;
/linux-master/arch/powerpc/include/asm/
H A Dprocessor.h133 struct thread_struct { struct
/linux-master/arch/s390/kernel/
H A Dasm-offsets.c28 OFFSET(__THREAD_ksp, thread_struct, ksp);
H A Dptrace.c45 struct thread_struct *thread = &task->thread;
/linux-master/arch/um/kernel/
H A Dprocess.c166 p->thread = (struct thread_struct) INIT_THREAD;
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c88 struct thread_struct *thread = &task->thread;
/linux-master/arch/sh/kernel/
H A Dptrace_32.c77 struct thread_struct *thread = &tsk->thread;
/linux-master/arch/loongarch/kernel/
H A Dhw_breakpoint.c152 * Unregister breakpoints from this task and reset the pointers in the thread_struct.
157 struct thread_struct *t = &tsk->thread;
H A Dptrace.c1030 struct thread_struct *thread = &tsk->thread;
/linux-master/arch/powerpc/kernel/
H A Dhw_breakpoint.c583 struct thread_struct *t = &tsk->thread;
/linux-master/arch/x86/xen/
H A Denlighten_pv.c582 static void load_TLS_descriptor(struct thread_struct *t,
602 static void xen_load_tls(struct thread_struct *t, unsigned int cpu)
/linux-master/arch/arm/kernel/
H A Dptrace.c379 * the thread_struct.
384 struct thread_struct *t = &tsk->thread;
/linux-master/arch/mips/kernel/
H A Dprocess.c531 struct thread_struct *t = &tsk->thread;
/linux-master/arch/x86/kernel/fpu/
H A Dcore.c663 *offset = offsetof(struct thread_struct, fpu.__fpstate.regs);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_pr.c801 struct thread_struct *t = &current->thread;
864 struct thread_struct *t = &current->thread;
930 * the thread_struct; if so, get it back now.
/linux-master/include/linux/
H A Dsched.h1564 struct thread_struct thread;
1567 * WARNING: on x86, 'thread_struct' contains a variable-sized

Completed in 596 milliseconds

1234