Home
last modified time | relevance | path

Searched defs:restore_fpu (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dfpu.h28 #define restore_fpu(tsk) do { } while (0) macro
/openbmc/linux/arch/alpha/kernel/
H A Dentry.S708 restore_fpu: label
/openbmc/linux/arch/sh/kernel/cpu/sh4/
H A Dfpu.c91 void restore_fpu(struct task_struct *tsk) in restore_fpu() function
/openbmc/linux/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c60 void restore_fpu(struct task_struct *tsk) in restore_fpu() function
/openbmc/qemu/linux-user/sparc/
H A Dsignal.c214 static void restore_fpu(struct target_siginfo_fpu *fpu, CPUSPARCState *env) in restore_fpu() function