Searched refs:KVM_REG_RISCV_CONFIG_REG (Results 1 – 4 of 4) sorted by relevance
289 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 …]
261 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 …]
41 KVM_REG_RISCV_CONFIG_REG(name), \
253 #define KVM_REG_RISCV_CONFIG_REG(name) \ macro