Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dprocessor.h132 #define RISCV_V_GET_CONTROL() riscv_v_vstate_ctrl_get_current() macro
/openbmc/linux/kernel/
H A Dsys.c146 #ifndef RISCV_V_GET_CONTROL
147 # define RISCV_V_GET_CONTROL() (-EINVAL) macro
2748 error = RISCV_V_GET_CONTROL(); in SYSCALL_DEFINE5()