Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A 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()
62 #define fstate_restore(task, regs) do { } while (0) macro
/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dprocess.c83 fstate_restore(current, regs); in start_thread()
H A Dsignal.c44 fstate_restore(current, regs); in restore_fp_state()