Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/ptrace/
H A 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 …]
H A Dptrace-vsx.c103 flush_tmregs_to_thread(target); in vsr_get()
133 flush_tmregs_to_thread(target); in vsr_set()
H A Dptrace-decl.h116 void flush_tmregs_to_thread(struct task_struct *tsk);
118 static inline void flush_tmregs_to_thread(struct task_struct *tsk) { } in flush_tmregs_to_thread() function