Home
last modified time | relevance | path

Searched refs:vcpu_unimpl (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/kvm/
H A Dx86.h535 vcpu_unimpl(vcpu, "Unhandled WRMSR(0x%x) = 0x%llx\n", msr, data); in kvm_pr_unimpl_wrmsr()
541 vcpu_unimpl(vcpu, "Unhandled RDMSR(0x%x)\n", msr); in kvm_pr_unimpl_rdmsr()
H A Dx86.c9135 vcpu_unimpl(vcpu, "unexpected exit reason 0x%llx\n", exit_reason); in kvm_prepare_unexpected_reason_exit()
/linux/arch/x86/kvm/svm/
H A Dsev.c3507 vcpu_unimpl(vcpu, "vmgexit: ghcb usage %#x is not valid\n", in sev_es_validate_vmgexit()
3510 vcpu_unimpl(vcpu, "vmgexit: exit code %#llx is not valid\n", in sev_es_validate_vmgexit()
3513 vcpu_unimpl(vcpu, "vmgexit: exit code %#llx input is not valid\n", in sev_es_validate_vmgexit()
4047 vcpu_unimpl(vcpu, "vmgexit: invalid AP APIC ID [%#x] from guest\n", in sev_snp_ap_creation()
4060 vcpu_unimpl(vcpu, "vmgexit: mismatched AP sev_features [%#lx] != [%#llx] from guest\n", in sev_snp_ap_creation()
4066 vcpu_unimpl(vcpu, "vmgexit: invalid AP VMSA address [%#llx] from guest\n", in sev_snp_ap_creation()
4079 vcpu_unimpl(vcpu, in sev_snp_ap_creation()
4091 vcpu_unimpl(vcpu, "vmgexit: invalid AP creation request [%#x] from guest\n", in sev_snp_ap_creation()
4402 vcpu_unimpl(vcpu, "vmgexit: GHCB gpa is not set\n"); in sev_handle_vmgexit()
4410 vcpu_unimpl(vcpu, "vmgexit: error mapping GHCB [%#llx] from guest\n", in sev_handle_vmgexit()
[all …]
H A Davic.c652 vcpu_unimpl(vcpu, "Unknown avic incomplete IPI interception\n"); in avic_incomplete_ipi_interception()
/linux/include/linux/
H A Dkvm_host.h897 #define vcpu_unimpl(vcpu, fmt, ...) \ macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5816 vcpu_unimpl(vcpu, "unhandled control register: op %d cr %d\n", in handle_cr()