Home
last modified time | relevance | path

Searched refs:flush_altivec_to_thread (Results 1 – 8 of 8) sorted by relevance

/arch/powerpc/include/asm/
Dswitch_to.h58 extern void flush_altivec_to_thread(struct task_struct *);
62 static inline void flush_altivec_to_thread(struct task_struct *t) in flush_altivec_to_thread() function
/arch/powerpc/kernel/
Dswsusp.c24 flush_altivec_to_thread(current); in save_processor_state()
Dsignal_64.c116 flush_altivec_to_thread(current); in setup_sigcontext()
220 flush_altivec_to_thread(current); in setup_tm_sigcontexts()
Dprocess.c190 void flush_altivec_to_thread(struct task_struct *tsk) in flush_altivec_to_thread() function
203 EXPORT_SYMBOL_GPL(flush_altivec_to_thread);
1091 flush_altivec_to_thread(src); in arch_dup_task_struct()
Dptrace.c431 flush_altivec_to_thread(target); in vr_active()
441 flush_altivec_to_thread(target); in vr_get()
472 flush_altivec_to_thread(target); in vr_set()
Dsignal_32.c424 flush_altivec_to_thread(current); in save_user_regs()
548 flush_altivec_to_thread(current); in save_tm_user_regs()
Dtraps.c1724 flush_altivec_to_thread(current); in altivec_assist_exception()
/arch/powerpc/kvm/
Dbook3s_hv.c2744 flush_altivec_to_thread(current); in kvmppc_vcpu_run_hv()