Searched refs:KVM_REG_RISCV_CONFIG_REG (Results 1 – 4 of 4) sorted by relevance
246 case KVM_REG_RISCV_CONFIG_REG(isa): in kvm_riscv_vcpu_get_reg_config()249 case KVM_REG_RISCV_CONFIG_REG(zicbom_block_size): in kvm_riscv_vcpu_get_reg_config()259 case KVM_REG_RISCV_CONFIG_REG(mvendorid): in kvm_riscv_vcpu_get_reg_config()262 case KVM_REG_RISCV_CONFIG_REG(marchid): in kvm_riscv_vcpu_get_reg_config()265 case KVM_REG_RISCV_CONFIG_REG(mimpid): in kvm_riscv_vcpu_get_reg_config()268 case KVM_REG_RISCV_CONFIG_REG(satp_mode): in kvm_riscv_vcpu_get_reg_config()298 case KVM_REG_RISCV_CONFIG_REG(isa): in kvm_riscv_vcpu_set_reg_config()350 case KVM_REG_RISCV_CONFIG_REG(mvendorid): in kvm_riscv_vcpu_set_reg_config()358 case KVM_REG_RISCV_CONFIG_REG(marchid): in kvm_riscv_vcpu_set_reg_config()366 case KVM_REG_RISCV_CONFIG_REG(mimpid): in kvm_riscv_vcpu_set_reg_config()[all …]
203 case KVM_REG_RISCV_CONFIG_REG(isa): in config_id_to_str()205 case KVM_REG_RISCV_CONFIG_REG(zicbom_block_size): in config_id_to_str()207 case KVM_REG_RISCV_CONFIG_REG(zicboz_block_size): in config_id_to_str()209 case KVM_REG_RISCV_CONFIG_REG(mvendorid): in config_id_to_str()211 case KVM_REG_RISCV_CONFIG_REG(marchid): in config_id_to_str()213 case KVM_REG_RISCV_CONFIG_REG(mimpid): in config_id_to_str()215 case KVM_REG_RISCV_CONFIG_REG(satp_mode): in config_id_to_str()697 KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CONFIG | KVM_REG_RISCV_CONFIG_REG(isa),698 KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CONFIG | KVM_REG_RISCV_CONFIG_REG(mvendorid),699 KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CONFIG | KVM_REG_RISCV_CONFIG_REG(marchid),[all …]
27 KVM_REG_RISCV_CONFIG_REG(name), \
228 #define KVM_REG_RISCV_CONFIG_REG(name) \ macro