Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/kernel/
Dsignal.c73 static long save_v_state(struct pt_regs *regs, void __user **sc_vec) in save_v_state() argument
80 hdr = *sc_vec; in save_v_state()
104 *sc_vec += riscv_v_sc_size; in save_v_state()
113 static long __restore_v_state(struct pt_regs *regs, void __user *sc_vec) in __restore_v_state() argument
116 struct __sc_riscv_v_state __user *state = sc_vec; in __restore_v_state()