Home
last modified time | relevance | path

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

/linux-6.1.9/arch/powerpc/include/asm/
Dswitch_to.h42 extern void giveup_fpu(struct task_struct *);
/linux-6.1.9/arch/microblaze/kernel/
Dhw_exception_handler.S793 .globl giveup_fpu;
795 giveup_fpu: label
/linux-6.1.9/arch/powerpc/kernel/
Dprocess.c165 void giveup_fpu(struct task_struct *tsk) in giveup_fpu() function
173 EXPORT_SYMBOL(giveup_fpu);
200 giveup_fpu(tsk); in flush_fp_to_thread()
/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_pr.c830 giveup_fpu(current); in kvmppc_giveup_ext()
Dbooke.c178 giveup_fpu(current); in kvmppc_save_guest_fp()