Home
last modified time | relevance | path

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

123

/arch/arm/vfp/
Dvfpmodule.c62 static bool vfp_state_in_hw(unsigned int cpu, struct thread_info *thread) in vfp_state_in_hw()
76 static void vfp_force_reload(unsigned int cpu, struct thread_info *thread) in vfp_force_reload()
90 static void vfp_thread_flush(struct thread_info *thread) in vfp_thread_flush()
118 static void vfp_thread_exit(struct thread_info *thread) in vfp_thread_exit()
129 static void vfp_thread_copy(struct thread_info *thread) in vfp_thread_copy()
161 struct thread_info *thread = v; in vfp_notifier() local
516 void vfp_sync_hwstate(struct thread_info *thread) in vfp_sync_hwstate()
535 void vfp_flush_hwstate(struct thread_info *thread) in vfp_flush_hwstate()
551 struct thread_info *thread = current_thread_info(); in vfp_preserve_user_clear_hwstate() local
589 struct thread_info *thread = current_thread_info(); in vfp_restore_user_hwstate() local
[all …]
/arch/arm/mach-ep93xx/
Dcrunch.c23 void crunch_task_release(struct thread_info *thread) in crunch_task_release()
38 struct thread_info *thread = (struct thread_info *)t; in crunch_do() local
/arch/unicore32/kernel/
Dprocess.c205 struct thread_info *thread = current_thread_info(); in flush_thread() local
226 struct thread_info *thread = task_thread_info(p); in copy_thread() local
263 struct thread_info *thread = current_thread_info(); in dump_fpu() local
Dtraps.c179 static int __die(const char *str, int err, struct thread_info *thread, in __die()
217 struct thread_info *thread = current_thread_info(); in die() local
/arch/arm/kernel/
Dxscale-cp0.c35 struct thread_info *thread = t; in dsp_do() local
60 struct thread_info *thread = t; in iwmmxt_do() local
Dptrace.c297 struct thread_info *thread = task_thread_info(tsk); in ptrace_getwmmxregs() local
311 struct thread_info *thread = task_thread_info(tsk); in ptrace_setwmmxregs() local
328 struct thread_info *thread = task_thread_info(tsk); in ptrace_getcrunchregs() local
340 struct thread_info *thread = task_thread_info(tsk); in ptrace_setcrunchregs() local
619 struct thread_info *thread = task_thread_info(target); in fpa_set() local
657 struct thread_info *thread = task_thread_info(target); in vfp_get() local
694 struct thread_info *thread = task_thread_info(target); in vfp_set() local
Dthumbee.c32 struct thread_info *thread = t; in thumbee_notifier() local
Dprocess.c206 struct thread_info *thread = current_thread_info(); in flush_thread() local
230 struct thread_info *thread = task_thread_info(p); in copy_thread_tls() local
288 struct thread_info *thread = current_thread_info(); in dump_fpu() local
Dpj4-cp0.c21 struct thread_info *thread = t; in iwmmxt_do() local
/arch/arm/include/asm/
Dthread_notify.h29 static inline void thread_notify(unsigned long rc, struct thread_info *thread) in thread_notify()
Dtls.h60 struct thread_info *thread; in set_tls() local
/arch/x86/um/asm/
Dprocessor_64.h24 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread()
Dprocessor_32.h38 static inline void arch_flush_thread(struct arch_thread *thread) in arch_flush_thread()
/arch/arm/nwfpe/
Dfpmodule.c50 struct thread_info *thread = v; in nwfpe_notify() local
/arch/x86/include/asm/
Dswitch_to.h76 static inline void refresh_sysenter_cs(struct thread_struct *thread) in refresh_sysenter_cs()
/arch/powerpc/include/asm/
Dmmu_context.h259 #define thread_pkey_regs_save(thread) argument
261 #define thread_pkey_regs_init(thread) argument
/arch/x86/events/intel/
Dp4.c953 int thread = p4_ht_config_thread(hwc->config); in p4_pmu_enable_event() local
1193 static int p4_next_cntr(int thread, unsigned long *used_mask, in p4_next_cntr()
1214 unsigned int i, thread, num; in p4_pmu_schedule_events() local
/arch/powerpc/mm/book3s64/
Dpkeys.c269 void thread_pkey_regs_save(struct thread_struct *thread) in thread_pkey_regs_save()
296 void thread_pkey_regs_init(struct thread_struct *thread) in thread_pkey_regs_init()
/arch/arc/plat-eznps/
Dsmp.c104 u32 num:8, cluster:8, core:8, thread:8; in eznps_ipi_send() member
/arch/arm64/include/asm/
Dfpsimd.h64 static inline void *sve_pffr(struct thread_struct *thread) in sve_pffr()
/arch/powerpc/platforms/pseries/
Dhotplug-cpu.c314 u32 thread; in pseries_remove_processor() local
347 u32 thread; in dlpar_online_cpu() local
514 u32 thread; in dlpar_offline_cpu() local
/arch/arm/mm/
Dcontext.c107 struct thread_info *thread = t; in contextidr_notifier() local
/arch/x86/kernel/
Dptrace.c480 struct thread_struct *thread = &(current->thread); in ptrace_triggered() local
566 struct thread_struct *thread = &tsk->thread; in ptrace_write_dr7() local
617 struct thread_struct *thread = &tsk->thread; in ptrace_get_debugreg() local
676 struct thread_struct *thread = &tsk->thread; in ptrace_set_debugreg() local
/arch/x86/entry/vsyscall/
Dvsyscall_64.c107 struct thread_struct *thread = &current->thread; in write_ok_or_segv() local
/arch/arc/include/asm/
Dprocessor.h61 #define release_thread(thread) do { } while (0) argument

123