Searched refs:vcpu_unimpl (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/arch/x86/kvm/ |
D | hyperv.c | 1200 vcpu_unimpl(vcpu, "Hyper-V unhandled wrmsr: 0x%x data 0x%llx\n", in kvm_hv_set_msr_pw() 1320 vcpu_unimpl(vcpu, "Hyper-V unhandled wrmsr: 0x%x data 0x%llx\n", in kvm_hv_set_msr() 1370 vcpu_unimpl(vcpu, "Hyper-V unhandled rdmsr: 0x%x\n", msr); in kvm_hv_get_msr_pw() 1432 vcpu_unimpl(vcpu, "Hyper-V unhandled rdmsr: 0x%x\n", msr); in kvm_hv_get_msr()
|
D | x86.c | 3048 vcpu_unimpl(vcpu, "unimplemented HWCR wrmsr: 0x%llx\n", in kvm_set_msr_common() 3055 vcpu_unimpl(vcpu, "unimplemented MMIO_CONF_BASE wrmsr: " in kvm_set_msr_common() 3069 vcpu_unimpl(vcpu, "%s: MSR_IA32_DEBUGCTLMSR 0x%llx, nop\n", in kvm_set_msr_common() 3234 vcpu_unimpl(vcpu, "disabled perfctr wrmsr: " in kvm_set_msr_common() 3263 vcpu_unimpl(vcpu, "ignored wrmsr: 0x%x data 0x%llx\n", in kvm_set_msr_common()
|
/Linux-v5.10/include/linux/ |
D | kvm_host.h | 524 #define vcpu_unimpl(vcpu, fmt, ...) \ macro
|
/Linux-v5.10/arch/x86/kvm/svm/ |
D | svm.c | 2726 vcpu_unimpl(vcpu, "%s: MSR_IA32_DEBUGCTL 0x%llx, nop\n", in svm_set_msr() 2746 vcpu_unimpl(vcpu, "unimplemented wrmsr: 0x%x data 0x%llx\n", ecx, data); in svm_set_msr() 3113 vcpu_unimpl(vcpu, "svm: unexpected exit reason 0x%x\n", exit_code); in handle_exit()
|
/Linux-v5.10/arch/x86/kvm/vmx/ |
D | vmx.c | 5063 vcpu_unimpl(vcpu, "unhandled control register: op %d cr %d\n", in handle_cr() 6071 vcpu_unimpl(vcpu, "vmx: unexpected exit reason 0x%x\n", exit_reason); in vmx_handle_exit()
|