Searched refs:vcpu_unimpl (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | x86.h | 521 vcpu_unimpl(vcpu, "Unhandled WRMSR(0x%x) = 0x%llx\n", msr, data); in kvm_pr_unimpl_wrmsr() 527 vcpu_unimpl(vcpu, "Unhandled RDMSR(0x%x)\n", msr); in kvm_pr_unimpl_rdmsr()
|
| /linux/arch/x86/kvm/svm/ |
| H A D | sev.c | 3511 vcpu_unimpl(vcpu, "vmgexit: ghcb usage %#x is not valid\n", in sev_es_validate_vmgexit() 3514 vcpu_unimpl(vcpu, "vmgexit: exit code %#llx is not valid\n", in sev_es_validate_vmgexit() 3517 vcpu_unimpl(vcpu, "vmgexit: exit code %#llx input is not valid\n", in sev_es_validate_vmgexit() 4051 vcpu_unimpl(vcpu, "vmgexit: invalid AP APIC ID [%#x] from guest\n", in sev_snp_ap_creation() 4064 vcpu_unimpl(vcpu, "vmgexit: mismatched AP sev_features [%#lx] != [%#llx] from guest\n", in sev_snp_ap_creation() 4070 vcpu_unimpl(vcpu, "vmgexit: invalid AP VMSA address [%#llx] from guest\n", in sev_snp_ap_creation() 4083 vcpu_unimpl(vcpu, in sev_snp_ap_creation() 4095 vcpu_unimpl(vcpu, "vmgexit: invalid AP creation request [%#x] from guest\n", in sev_snp_ap_creation() 4366 vcpu_unimpl(vcpu, "vmgexit: GHCB gpa is not set\n"); in sev_handle_vmgexit() 4374 vcpu_unimpl(vcpu, "vmgexit: error mapping GHCB [%#llx] from guest\n", in sev_handle_vmgexit() [all …]
|
| H A D | avic.c | 652 vcpu_unimpl(vcpu, "Unknown avic incomplete IPI interception\n"); in avic_incomplete_ipi_interception()
|
| /linux/include/linux/ |
| H A D | kvm_host.h | 895 #define vcpu_unimpl(vcpu, fmt, ...) \ macro
|