Home
last modified time | relevance | path

Searched refs:KVM_REG_RISCV_SBI_MULTI_REG_LAST (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_sbi.c210 if (reg_num > KVM_REG_RISCV_SBI_MULTI_REG_LAST) in riscv_vcpu_set_sbi_ext_multi()
230 if (reg_num > KVM_REG_RISCV_SBI_MULTI_REG_LAST) in riscv_vcpu_get_sbi_ext_multi()
H A Dvcpu_onereg.c874 return KVM_RISCV_SBI_EXT_MAX + 2*(KVM_REG_RISCV_SBI_MULTI_REG_LAST+1); in num_sbi_ext_regs()
897 n = KVM_REG_RISCV_SBI_MULTI_REG_LAST + 1; in copy_sbi_ext_reg_indices()
/openbmc/linux/arch/riscv/include/uapi/asm/
H A Dkvm.h222 #define KVM_REG_RISCV_SBI_MULTI_REG_LAST \ macro
/openbmc/qemu/linux-headers/asm-riscv/
H A Dkvm.h270 #define KVM_REG_RISCV_SBI_MULTI_REG_LAST \ macro
/openbmc/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c384 if (reg_off > KVM_REG_RISCV_SBI_MULTI_REG_LAST) { in sbi_ext_multi_id_to_str()