Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/kernel/
Dprocess.c404 static int restore_vsx(struct task_struct *tsk) in restore_vsx() function
414 static inline int restore_vsx(struct task_struct *tsk) { return 0; } in restore_vsx() function
546 restore_vsx(current)) { in restore_math()