Home
last modified time | relevance | path

Searched refs:flush_tmregs_to_thread (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/arch/powerpc/kernel/ptrace/
Dptrace-tm.c11 void flush_tmregs_to_thread(struct task_struct *tsk) in flush_tmregs_to_thread() function
100 flush_tmregs_to_thread(target); in tm_cgpr_get()
147 flush_tmregs_to_thread(target); in tm_cgpr_set()
241 flush_tmregs_to_thread(target); in tm_cfpr_get()
286 flush_tmregs_to_thread(target); in tm_cfpr_set()
358 flush_tmregs_to_thread(target); in tm_cvmx_get()
407 flush_tmregs_to_thread(target); in tm_cvmx_set()
482 flush_tmregs_to_thread(target); in tm_cvsx_get()
526 flush_tmregs_to_thread(target); in tm_cvsx_set()
586 flush_tmregs_to_thread(target); in tm_spr_get()
[all …]
Dptrace-vsx.c103 flush_tmregs_to_thread(target); in vsr_get()
133 flush_tmregs_to_thread(target); in vsr_set()
Dptrace-decl.h110 void flush_tmregs_to_thread(struct task_struct *tsk);
112 static inline void flush_tmregs_to_thread(struct task_struct *tsk) { } in flush_tmregs_to_thread() function