Home
last modified time | relevance | path

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

/Linux-v4.19/arch/riscv/include/asm/
Dswitch_to.h38 static inline void fstate_restore(struct task_struct *task, in fstate_restore() function
55 fstate_restore(next, task_pt_regs(next)); in __switch_to_aux()
/Linux-v4.19/arch/riscv/kernel/
Dsignal.c46 fstate_restore(current, regs); in restore_d_state()