Symbol: vcpu_unimpl
arch/x86/kvm/svm/avic.c
658
vcpu_unimpl(vcpu, "Unknown avic incomplete IPI interception\n");
arch/x86/kvm/svm/sev.c
4073
vcpu_unimpl(vcpu, "vmgexit: invalid AP APIC ID [%#x] from guest\n",
arch/x86/kvm/svm/sev.c
4086
vcpu_unimpl(vcpu, "vmgexit: mismatched AP sev_features [%#lx] != [%#llx] from guest\n",
arch/x86/kvm/svm/sev.c
4092
vcpu_unimpl(vcpu, "vmgexit: invalid AP VMSA address [%#llx] from guest\n",
arch/x86/kvm/svm/sev.c
4105
vcpu_unimpl(vcpu,
arch/x86/kvm/svm/sev.c
4117
vcpu_unimpl(vcpu, "vmgexit: invalid AP creation request [%#x] from guest\n",
arch/x86/kvm/svm/sev.c
4434
vcpu_unimpl(vcpu, "vmgexit: GHCB gpa is not set\n");
arch/x86/kvm/svm/sev.c
4442
vcpu_unimpl(vcpu, "vmgexit: error mapping GHCB [%#llx] from guest\n",
arch/x86/kvm/svm/sev.c
4458
vcpu_unimpl(vcpu, "vmgexit: GHCB GPA [%#llx] is not registered.\n",
arch/x86/kvm/svm/sev.c
4466
vcpu_unimpl(vcpu, "vmgexit: ghcb usage %#x is not valid\n",
arch/x86/kvm/svm/sev.c
4473
vcpu_unimpl(vcpu, "vmgexit: exit code %#llx is SNP-only\n",
arch/x86/kvm/svm/sev.c
4484
vcpu_unimpl(vcpu, "vmgexit: exit code %#llx input is not valid\n",
arch/x86/kvm/svm/sev.c
4604
vcpu_unimpl(vcpu,
arch/x86/kvm/svm/sev.c
4609
vcpu_unimpl(vcpu, "vmgexit: exit code %#llx is not valid\n",
arch/x86/kvm/vmx/vmx.c
5731
vcpu_unimpl(vcpu, "unhandled control register: op %d cr %d\n",
arch/x86/kvm/x86.c
9169
vcpu_unimpl(vcpu, "unexpected exit reason 0x%llx\n", exit_reason);
arch/x86/kvm/x86.h
471
vcpu_unimpl(vcpu, "Unhandled WRMSR(0x%x) = 0x%llx\n", msr, data);
arch/x86/kvm/x86.h
477
vcpu_unimpl(vcpu, "Unhandled RDMSR(0x%x)\n", msr);