Home
last modified time | relevance | path

Searched defs:save_fp_state (Results 1 – 2 of 2) sorted by relevance

/linux/arch/openrisc/kernel/
H A Dsignal.c58 static long save_fp_state(struct sigcontext __user *sc) in save_fp_state() function
70 #define save_fp_state(sc) (0) macro
/linux/arch/riscv/kernel/
H A Dsignal.c56 static long save_fp_state(struct pt_regs *regs, in save_fp_state() function
67 #define save_fp_state(task, regs) (0) macro