Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c116 static bool tm_active_with_altivec(struct task_struct *tsk) in tm_active_with_altivec() function
125 static inline bool tm_active_with_altivec(struct task_struct *tsk) { return false; } in tm_active_with_altivec() function
341 (tsk->thread.load_vec || tm_active_with_altivec(tsk))) { in restore_altivec()