Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/kernel/
Dprocess.c85 static void check_if_tm_restore_required(struct task_struct *tsk) in check_if_tm_restore_required() function
103 static inline void check_if_tm_restore_required(struct task_struct *tsk) { } in check_if_tm_restore_required() function
167 check_if_tm_restore_required(tsk); in giveup_fpu()
216 check_if_tm_restore_required(current); in enable_kernel_fp()
250 check_if_tm_restore_required(tsk); in giveup_altivec()
267 check_if_tm_restore_required(current); in enable_kernel_altivec()
321 check_if_tm_restore_required(tsk); in giveup_vsx()
338 check_if_tm_restore_required(current); in enable_kernel_vsx()
371 check_if_tm_restore_required(tsk); in giveup_spe()
386 check_if_tm_restore_required(current); in enable_kernel_spe()
[all …]