Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/kernel/
Dprocess.c83 static void check_if_tm_restore_required(struct task_struct *tsk) in check_if_tm_restore_required() function
101 static inline void check_if_tm_restore_required(struct task_struct *tsk) { } in check_if_tm_restore_required() function
165 check_if_tm_restore_required(tsk); in giveup_fpu()
214 check_if_tm_restore_required(current); in enable_kernel_fp()
248 check_if_tm_restore_required(tsk); in giveup_altivec()
265 check_if_tm_restore_required(current); in enable_kernel_altivec()
319 check_if_tm_restore_required(tsk); in giveup_vsx()
336 check_if_tm_restore_required(current); in enable_kernel_vsx()
369 check_if_tm_restore_required(tsk); in giveup_spe()
384 check_if_tm_restore_required(current); in enable_kernel_spe()
[all …]