Home
last modified time | relevance | path

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

/linux/arch/riscv/include/asm/
H A Dprocessor.h167 #define RISCV_V_GET_CONTROL() riscv_v_vstate_ctrl_get_current() macro
/linux/kernel/
H A Dsys.c148 #ifndef RISCV_V_GET_CONTROL
149 # define RISCV_V_GET_CONTROL() (-EINVAL) macro
2794 error = RISCV_V_GET_CONTROL(); in SYSCALL_DEFINE5()