Home
last modified time | relevance | path

Searched refs:KVM_REG_RISCV_CONFIG_REG (Results 1 – 4 of 4) sorted by relevance

/linux/arch/riscv/kvm/
H A Dvcpu_onereg.c289 case KVM_REG_RISCV_CONFIG_REG(isa): in kvm_riscv_vcpu_get_reg_config()
292 case KVM_REG_RISCV_CONFIG_REG(zicbom_block_size): in kvm_riscv_vcpu_get_reg_config()
297 case KVM_REG_RISCV_CONFIG_REG(zicboz_block_size): in kvm_riscv_vcpu_get_reg_config()
302 case KVM_REG_RISCV_CONFIG_REG(zicbop_block_size): in kvm_riscv_vcpu_get_reg_config()
307 case KVM_REG_RISCV_CONFIG_REG(mvendorid): in kvm_riscv_vcpu_get_reg_config()
310 case KVM_REG_RISCV_CONFIG_REG(marchid): in kvm_riscv_vcpu_get_reg_config()
313 case KVM_REG_RISCV_CONFIG_REG(mimpid): in kvm_riscv_vcpu_get_reg_config()
316 case KVM_REG_RISCV_CONFIG_REG(satp_mode): in kvm_riscv_vcpu_get_reg_config()
346 case KVM_REG_RISCV_CONFIG_REG(isa): in kvm_riscv_vcpu_set_reg_config()
386 case KVM_REG_RISCV_CONFIG_REG(zicbom_block_size): in kvm_riscv_vcpu_set_reg_config()
[all …]
/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c261 case KVM_REG_RISCV_CONFIG_REG(isa): in config_id_to_str()
263 case KVM_REG_RISCV_CONFIG_REG(zicbom_block_size): in config_id_to_str()
265 case KVM_REG_RISCV_CONFIG_REG(zicboz_block_size): in config_id_to_str()
267 case KVM_REG_RISCV_CONFIG_REG(zicbop_block_size): in config_id_to_str()
269 case KVM_REG_RISCV_CONFIG_REG(mvendorid): in config_id_to_str()
271 case KVM_REG_RISCV_CONFIG_REG(marchid): in config_id_to_str()
273 case KVM_REG_RISCV_CONFIG_REG(mimpid): in config_id_to_str()
275 case KVM_REG_RISCV_CONFIG_REG(satp_mode): in config_id_to_str()
817 KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CONFIG | KVM_REG_RISCV_CONFIG_REG(isa),
818 …KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CONFIG | KVM_REG_RISCV_CONFIG_REG(zicbom_block_…
[all …]
/linux/tools/testing/selftests/kvm/include/riscv/
H A Dprocessor.h41 KVM_REG_RISCV_CONFIG_REG(name), \
/linux/arch/riscv/include/uapi/asm/
H A Dkvm.h253 #define KVM_REG_RISCV_CONFIG_REG(name) \ macro