Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 25 of 40) sorted by relevance

12

/arch/powerpc/kernel/ptrace/
A Dptrace-noadv.c82 struct thread_struct *thread = &task->thread; in ptrace_set_debugreg() local
170 static int find_empty_ptrace_bp(struct thread_struct *thread) in find_empty_ptrace_bp()
182 static int find_empty_hw_brk(struct thread_struct *thread) in find_empty_hw_brk()
198 struct thread_struct *thread = &child->thread; in ppc_set_hwdebug() local
272 struct thread_struct *thread = &child->thread; in ppc_del_hwdebug() local
/arch/arm/vfp/
A Dvfpmodule.c90 static bool vfp_state_in_hw(unsigned int cpu, struct thread_info *thread) in vfp_state_in_hw()
104 static void vfp_force_reload(unsigned int cpu, struct thread_info *thread) in vfp_force_reload()
118 static void vfp_thread_flush(struct thread_info *thread) in vfp_thread_flush()
146 static void vfp_thread_exit(struct thread_info *thread) in vfp_thread_exit()
157 static void vfp_thread_copy(struct thread_info *thread) in vfp_thread_copy()
189 struct thread_info *thread = v; in vfp_notifier() local
547 void vfp_sync_hwstate(struct thread_info *thread) in vfp_sync_hwstate()
566 void vfp_flush_hwstate(struct thread_info *thread) in vfp_flush_hwstate()
582 struct thread_info *thread = current_thread_info(); in vfp_preserve_user_clear_hwstate() local
620 struct thread_info *thread = current_thread_info(); in vfp_restore_user_hwstate() local
[all …]
/arch/s390/include/asm/
A Dfpu.h160 struct thread_struct *thread = &current->thread; in load_user_fpu_regs() local
168 static __always_inline void __save_user_fpu_regs(struct thread_struct *thread, int flags) in __save_user_fpu_regs()
176 struct thread_struct *thread = &current->thread; in save_user_fpu_regs() local
189 struct thread_struct *thread = &current->thread; in _kernel_fpu_begin() local
247 static inline void save_kernel_fpu_regs(struct thread_struct *thread) in save_kernel_fpu_regs()
254 static inline void restore_kernel_fpu_regs(struct thread_struct *thread) in restore_kernel_fpu_regs()
/arch/arm/kernel/
A Dxscale-cp0.c35 struct thread_info *thread = t; in dsp_do() local
60 struct thread_info *thread = t; in iwmmxt_do() local
A Dthumbee.c32 struct thread_info *thread = t; in thumbee_notifier() local
A Dptrace.c296 struct thread_info *thread = task_thread_info(tsk); in ptrace_getwmmxregs() local
310 struct thread_info *thread = task_thread_info(tsk); in ptrace_setwmmxregs() local
585 struct thread_info *thread = task_thread_info(target); in fpa_set() local
615 struct thread_info *thread = task_thread_info(target); in vfp_get() local
637 struct thread_info *thread = task_thread_info(target); in vfp_set() local
A Dprocess.c220 struct thread_info *thread = current_thread_info(); in flush_thread() local
240 struct thread_info *thread = task_thread_info(p); in copy_thread() local
/arch/arm/include/asm/
A Dthread_notify.h29 static inline void thread_notify(unsigned long rc, struct thread_info *thread) in thread_notify()
/arch/riscv/include/asm/
A Dswitch_to.h108 #define __set_prev_cpu(thread) ((thread).prev_cpu = smp_processor_id()) argument
110 #define __set_prev_cpu(thread) argument
/arch/x86/um/asm/
A Dprocessor_64.h22 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread()
A Dprocessor_32.h38 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread()
/arch/arm/nwfpe/
A Dfpmodule.c50 struct thread_info *thread = v; in nwfpe_notify() local
/arch/x86/include/asm/
A Dswitch_to.h57 static inline void refresh_sysenter_cs(struct thread_struct *thread) in refresh_sysenter_cs()
A Dsuspend_64.h58 #define loaddebug(thread,register) \ argument
/arch/arm64/include/asm/
A Dfpsimd.h104 static inline bool thread_sm_enabled(struct thread_struct *thread) in thread_sm_enabled()
109 static inline bool thread_za_enabled(struct thread_struct *thread) in thread_za_enabled()
125 static inline void *sve_pffr(struct thread_struct *thread) in sve_pffr()
137 static inline void *thread_zt_state(struct thread_struct *thread) in thread_zt_state()
A Dcompat.h94 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread()
103 static inline int is_compat_thread(struct thread_info *thread) in is_compat_thread()
A Dprocessor.h199 static inline unsigned int thread_get_vl(struct thread_struct *thread, in thread_get_vl()
205 static inline unsigned int thread_get_sve_vl(struct thread_struct *thread) in thread_get_sve_vl()
210 static inline unsigned int thread_get_sme_vl(struct thread_struct *thread) in thread_get_sme_vl()
215 static inline unsigned int thread_get_cur_vl(struct thread_struct *thread) in thread_get_cur_vl()
/arch/powerpc/platforms/pseries/
A Dhotplug-cpu.c301 u32 thread; in pseries_remove_processor() local
334 u32 thread; in dlpar_offline_cpu() local
390 u32 thread; in dlpar_online_cpu() local
/arch/x86/events/intel/
A Dp4.c955 int thread = p4_ht_config_thread(hwc->config); in __p4_pmu_enable_event() local
1227 static int p4_next_cntr(int thread, unsigned long *used_mask, in p4_next_cntr()
1248 unsigned int i, thread, num; in p4_pmu_schedule_events() local
/arch/s390/mm/
A Dpfault.c213 struct thread_struct *thread, *next; in pfault_cpu_dead() local
/arch/arm/mm/
A Dcontext.c107 struct thread_info *thread = t; in contextidr_notifier() local
/arch/x86/kernel/
A Dptrace.c476 struct thread_struct *thread = &(current->thread); in ptrace_triggered() local
562 struct thread_struct *thread = &tsk->thread; in ptrace_write_dr7() local
613 struct thread_struct *thread = &tsk->thread; in ptrace_get_debugreg() local
672 struct thread_struct *thread = &tsk->thread; in ptrace_set_debugreg() local
/arch/x86/entry/vsyscall/
A Dvsyscall_64.c102 struct thread_struct *thread = &current->thread; in write_ok_or_segv() local
/arch/um/include/asm/
A Dprocessor-generic.h31 } thread; member
/arch/hexagon/kernel/
A Dsmp.c176 struct thread_info *thread = (struct thread_info *)idle->stack; in __cpu_up() local

Completed in 42 milliseconds

12