Home
last modified time | relevance | path

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

/arch/openrisc/kernel/
A Dsignal.c44 static long restore_fp_state(struct sigcontext __user *sc) in restore_fp_state() function
71 #define restore_fp_state(sc) (0) macro
90 err |= restore_fp_state(sc); in restore_sigcontext()
/arch/riscv/kernel/
A Dsignal.c42 static long restore_fp_state(struct pt_regs *regs, in restore_fp_state() function
68 #define restore_fp_state(task, regs) (0) macro
163 err = restore_fp_state(regs, &sc->sc_fpregs); in restore_sigcontext()

Completed in 6 milliseconds