Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/kernel/
Dprocess.c473 static bool should_restore_altivec(void) in should_restore_altivec() function
488 static bool should_restore_altivec(void) { return false; } in should_restore_altivec() function
532 if ((!(msr & MSR_VEC)) && should_restore_altivec()) in restore_math()