Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kernel/
Dswsusp.c25 flush_altivec_to_thread(current); in save_processor_state()
Dprocess.c135 void flush_altivec_to_thread(struct task_struct *tsk) in flush_altivec_to_thread() function
694 flush_altivec_to_thread(current); in prepare_to_copy()
1036 flush_altivec_to_thread(current); in sys_execve()
Dptrace.c395 flush_altivec_to_thread(target); in vr_active()
405 flush_altivec_to_thread(target); in vr_get()
436 flush_altivec_to_thread(target); in vr_set()
Dsignal_64.c101 flush_altivec_to_thread(current); in setup_sigcontext()
Dsys_ppc32.c201 flush_altivec_to_thread(current); in compat_sys_execve()
Dsignal_32.c427 flush_altivec_to_thread(current); in save_user_regs()
Dtraps.c1297 flush_altivec_to_thread(current); in altivec_assist_exception()
/linux-2.6.39/arch/powerpc/include/asm/
Dsystem.h169 extern void flush_altivec_to_thread(struct task_struct *);
171 static inline void flush_altivec_to_thread(struct task_struct *t) in flush_altivec_to_thread() function