Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dvector.h176 static inline void riscv_v_vstate_restore(struct task_struct *task, in riscv_v_vstate_restore() function
194 riscv_v_vstate_restore(next, task_pt_regs(next)); in __switch_to_vector()
212 #define riscv_v_vstate_restore(task, regs) do {} while (0) macro
/openbmc/linux/arch/riscv/kernel/
H A Dvector.c170 riscv_v_vstate_restore(current, regs); in riscv_v_first_use_handler()
H A Dsignal.c137 riscv_v_vstate_restore(current, regs); in __restore_v_state()