Home
last modified time | relevance | path

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

/Linux-v6.6/arch/riscv/include/asm/
Dprocessor.h131 #define RISCV_V_SET_CONTROL(arg) riscv_v_vstate_ctrl_set_current(arg) macro
/Linux-v6.6/kernel/
Dsys.c143 #ifndef RISCV_V_SET_CONTROL
144 # define RISCV_V_SET_CONTROL(a) (-EINVAL) macro
2718 error = RISCV_V_SET_CONTROL(arg2); in SYSCALL_DEFINE5()