Searched refs:vcpu_unimpl (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/x86/kvm/svm/ |
D | sev.c | 2548 vcpu_unimpl(vcpu, "vmgexit: ghcb usage %#x is not valid\n", in sev_es_validate_vmgexit() 2551 vcpu_unimpl(vcpu, "vmgexit: exit code %#llx is not valid\n", in sev_es_validate_vmgexit() 2554 vcpu_unimpl(vcpu, "vmgexit: exit code %#llx input is not valid\n", in sev_es_validate_vmgexit() 2827 vcpu_unimpl(vcpu, "vmgexit: GHCB gpa is not set\n"); in sev_handle_vmgexit() 2835 vcpu_unimpl(vcpu, "vmgexit: error mapping GHCB [%#llx] from guest\n", in sev_handle_vmgexit() 2907 vcpu_unimpl(vcpu, in sev_handle_vmgexit()
|
D | svm.c | 3007 vcpu_unimpl(vcpu, "%s: MSR_IA32_DEBUGCTL 0x%llx, nop\n", in svm_set_msr() 3037 vcpu_unimpl(vcpu, "unimplemented wrmsr: 0x%x data 0x%llx\n", ecx, data); in svm_set_msr() 3337 vcpu_unimpl(vcpu, "svm: unexpected exit reason 0x%llx\n", exit_code); in svm_handle_invalid_exit()
|
/linux-6.1.9/arch/x86/kvm/ |
D | hyperv.c | 1407 vcpu_unimpl(vcpu, "Hyper-V unhandled wrmsr: 0x%x data 0x%llx\n", in kvm_hv_set_msr_pw() 1529 vcpu_unimpl(vcpu, "Hyper-V unhandled wrmsr: 0x%x data 0x%llx\n", in kvm_hv_set_msr() 1582 vcpu_unimpl(vcpu, "Hyper-V unhandled rdmsr: 0x%x\n", msr); in kvm_hv_get_msr_pw() 1647 vcpu_unimpl(vcpu, "Hyper-V unhandled rdmsr: 0x%x\n", msr); in kvm_hv_get_msr()
|
D | x86.c | 3594 vcpu_unimpl(vcpu, "unimplemented HWCR wrmsr: 0x%llx\n", in kvm_set_msr_common() 3601 vcpu_unimpl(vcpu, "unimplemented MMIO_CONF_BASE wrmsr: " in kvm_set_msr_common() 3790 vcpu_unimpl(vcpu, "disabled perfctr wrmsr: " in kvm_set_msr_common() 3819 vcpu_unimpl(vcpu, "ignored wrmsr: 0x%x data 0x%llx\n", in kvm_set_msr_common()
|
/linux-6.1.9/include/linux/ |
D | kvm_host.h | 805 #define vcpu_unimpl(vcpu, fmt, ...) \ macro
|
/linux-6.1.9/arch/x86/kvm/vmx/ |
D | vmx.c | 2113 vcpu_unimpl(vcpu, "%s: BTF|LBR in IA32_DEBUGCTLMSR 0x%llx, nop\n", in vmx_set_msr() 5392 vcpu_unimpl(vcpu, "unhandled control register: op %d cr %d\n", in handle_cr() 6447 vcpu_unimpl(vcpu, "vmx: unexpected exit reason 0x%x\n", in __vmx_handle_exit()
|