Home
last modified time | relevance | path

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

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