Searched refs:thread_struct (Results 26 - 50 of 77) sorted by relevance

1234

/linux-master/arch/arm64/include/asm/
H A Dfpsimd.h102 static inline bool thread_sm_enabled(struct thread_struct *thread)
107 static inline bool thread_za_enabled(struct thread_struct *thread)
121 static inline void *sve_pffr(struct thread_struct *thread)
133 static inline void *thread_zt_state(struct thread_struct *thread)
/linux-master/arch/x86/include/asm/
H A Dvm86.h54 struct thread_struct *__t = (t); \
H A Dparavirt_types.h15 struct thread_struct;
71 void (*load_tls)(struct thread_struct *t, unsigned int cpu);
/linux-master/arch/arm/include/asm/
H A Dprocessor.h31 struct thread_struct { struct
41 * Everything usercopied to/from thread_struct is statically-sized, so
/linux-master/arch/sh/include/asm/
H A Dprocessor_32.h91 struct thread_struct { struct
/linux-master/arch/x86/um/
H A Dtls_32.c65 struct thread_struct *t = &task->thread;
203 struct thread_struct *t = &task->thread;
238 struct thread_struct *t = &task->thread;
/linux-master/arch/x86/kernel/
H A Dtls.c24 struct thread_struct *t = &current->thread;
88 struct thread_struct *t = &p->thread;
246 struct thread_struct *t = &target->thread;
H A Dprocess_64.c374 static __always_inline void x86_pkru_load(struct thread_struct *prev,
375 struct thread_struct *next)
391 static __always_inline void x86_fsgsbase_load(struct thread_struct *prev,
392 struct thread_struct *next)
612 struct thread_struct *prev = &prev_p->thread;
613 struct thread_struct *next = &next_p->thread;
H A Dptrace.c476 struct thread_struct *thread = &(current->thread);
562 struct thread_struct *thread = &tsk->thread;
613 struct thread_struct *thread = &tsk->thread;
633 struct thread_struct *t = &tsk->thread;
672 struct thread_struct *thread = &tsk->thread;
/linux-master/arch/s390/include/asm/
H A Dprocessor.h158 struct thread_struct { struct
202 typedef struct thread_struct thread_struct; typedef in typeref:struct:thread_struct
/linux-master/arch/hexagon/kernel/
H A Dasm-offsets.c87 COMMENT("Hexagon thread_struct definitions");
88 OFFSET(_THREAD_STRUCT_SWITCH_SP, thread_struct, switch_sp);
/linux-master/arch/x86/kernel/fpu/
H A Dinit.c167 * it be at the end of 'thread_struct' and that
168 * 'thread_struct' be at the end of 'task_struct'. If
173 CHECK_MEMBER_AT_END_OF(struct thread_struct, fpu);
/linux-master/arch/sparc/include/asm/
H A Dprocessor_64.h52 struct thread_struct { struct
/linux-master/arch/m68k/include/asm/
H A Dprocessor.h104 struct thread_struct { struct
/linux-master/arch/microblaze/kernel/
H A Dasm-offsets.c80 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp));
83 DEFINE(PGDIR, offsetof(struct thread_struct, pgdir));
/linux-master/arch/sh/kernel/
H A Dprocess_32.c147 struct thread_struct *next_t = &next->thread;
H A Dhw_breakpoint.c265 struct thread_struct *t = &tsk->thread;
/linux-master/arch/s390/mm/
H A Dpfault.c212 struct thread_struct *thread, *next;
/linux-master/arch/loongarch/include/asm/
H A Dprocessor.h108 * If you change thread_struct remember to change the #defines below too!
110 struct thread_struct { struct
/linux-master/arch/powerpc/kernel/
H A Dstacktrace.c88 if (sp < stack_page + sizeof(struct thread_struct) ||
H A Dprocess.c177 * the thread_struct is up to date for task tsk.
186 * to the thread_struct. That process could take over the
285 * the thread_struct is up to date for task tsk.
692 static void set_debug_reg_defaults(struct thread_struct *thread)
767 static void set_debug_reg_defaults(struct thread_struct *thread)
933 static void tm_reclaim_thread(struct thread_struct *thr, uint8_t cause)
947 * some specific thread_struct bit, as it has the additional
995 struct thread_struct *thr = &tsk->thread;
1025 extern void __tm_recheckpoint(struct thread_struct *thread);
1027 void tm_recheckpoint(struct thread_struct *threa
[all...]
/linux-master/arch/xtensa/include/asm/
H A Dprocessor.h153 struct thread_struct { struct
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-decl.h25 #define TSO(f) (offsetof(struct thread_struct, f))
/linux-master/arch/xtensa/kernel/
H A Dhw_breakpoint.c237 struct thread_struct *t = &tsk->thread;
/linux-master/arch/parisc/include/asm/
H A Dprocessor.h105 struct thread_struct { struct

Completed in 346 milliseconds

1234