Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/power/
Dcpu.c32 restore_fp(current); in restore_processor_state()
/Linux-v4.19/arch/mips/include/asm/
Dfpu.h245 static inline void restore_fp(struct task_struct *tsk) in restore_fp() function
/Linux-v4.19/arch/mips/kernel/
Dkgdb.c157 restore_fp(current); in dbg_set_reg()
/Linux-v4.19/arch/powerpc/kernel/
Dprocess.c257 static int restore_fp(struct task_struct *tsk) in restore_fp() function
267 static int restore_fp(struct task_struct *tsk) { return 0; } in restore_fp() function
544 if ((!(msr & MSR_FP)) && restore_fp(current)) in restore_math()