Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dprocessor.h166 #define RISCV_V_SET_CONTROL(arg) riscv_v_vstate_ctrl_set_current(arg) macro
/linux/kernel/
H A Dsys.c145 #ifndef RISCV_V_SET_CONTROL
146 # define RISCV_V_SET_CONTROL(a) (-EINVAL) macro
2791 error = RISCV_V_SET_CONTROL(arg2); in SYSCALL_DEFINE5()