Searched refs:KVM_REG_RISCV_CONFIG_REG (Results 1 – 3 of 3) sorted by relevance
276 case KVM_REG_RISCV_CONFIG_REG(isa): in kvm_riscv_vcpu_get_reg_config() 279 case KVM_REG_RISCV_CONFIG_REG(zicbom_block_size): in kvm_riscv_vcpu_get_reg_config() 284 case KVM_REG_RISCV_CONFIG_REG(zicboz_block_size): in kvm_riscv_vcpu_get_reg_config() 289 case KVM_REG_RISCV_CONFIG_REG(mvendorid): in kvm_riscv_vcpu_get_reg_config() 292 case KVM_REG_RISCV_CONFIG_REG(marchid): in kvm_riscv_vcpu_get_reg_config() 295 case KVM_REG_RISCV_CONFIG_REG(mimpid): in kvm_riscv_vcpu_get_reg_config() 298 case KVM_REG_RISCV_CONFIG_REG(satp_mode): in kvm_riscv_vcpu_get_reg_config() 328 case KVM_REG_RISCV_CONFIG_REG(isa): in kvm_riscv_vcpu_set_reg_config() 368 case KVM_REG_RISCV_CONFIG_REG(zicbom_block_size): in kvm_riscv_vcpu_set_reg_config() 374 case KVM_REG_RISCV_CONFIG_REG(zicboz_block_siz in kvm_riscv_vcpu_set_reg_config() [all...]
252 case KVM_REG_RISCV_CONFIG_REG(isa): in config_id_to_str() 253 return "KVM_REG_RISCV_CONFIG_REG(isa)"; in config_id_to_str() 254 case KVM_REG_RISCV_CONFIG_REG(zicbom_block_size): in config_id_to_str() 255 return "KVM_REG_RISCV_CONFIG_REG(zicbom_block_size)"; in config_id_to_str() 256 case KVM_REG_RISCV_CONFIG_REG(zicboz_block_size): in config_id_to_str() 257 return "KVM_REG_RISCV_CONFIG_REG(zicboz_block_size)"; in config_id_to_str() 258 case KVM_REG_RISCV_CONFIG_REG(mvendorid): in config_id_to_str() 259 return "KVM_REG_RISCV_CONFIG_REG(mvendorid)"; in config_id_to_str() 260 case KVM_REG_RISCV_CONFIG_REG(marchid): in config_id_to_str() 261 return "KVM_REG_RISCV_CONFIG_REG(marchi in config_id_to_str() [all...]
229 #define KVM_REG_RISCV_CONFIG_REG(name) \ macro