Searched refs:vcpu_unimpl (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/arch/x86/kvm/svm/ |
D | sev.c | 3422 vcpu_unimpl(vcpu, "vmgexit: ghcb usage %#x is not valid\n", in sev_es_validate_vmgexit() 3425 vcpu_unimpl(vcpu, "vmgexit: exit code %#llx is not valid\n", in sev_es_validate_vmgexit() 3428 vcpu_unimpl(vcpu, "vmgexit: exit code %#llx input is not valid\n", in sev_es_validate_vmgexit() 3938 vcpu_unimpl(vcpu, "snp: AP state update on init failed\n"); in sev_snp_init_protected_guest_state() 3961 vcpu_unimpl(vcpu, "vmgexit: invalid AP APIC ID [%#x] from guest\n", in sev_snp_ap_creation() 3986 vcpu_unimpl(vcpu, "vmgexit: invalid AP injection mode [%#lx] from guest\n", in sev_snp_ap_creation() 3999 vcpu_unimpl(vcpu, "vmgexit: invalid AP VMSA address [%#llx] from guest\n", in sev_snp_ap_creation() 4013 vcpu_unimpl(vcpu, in sev_snp_ap_creation() 4026 vcpu_unimpl(vcpu, "vmgexit: invalid AP creation request [%#x] from guest\n", in sev_snp_ap_creation() 4299 vcpu_unimpl(vcpu, "vmgexit: GHCB gpa is not set\n"); in sev_handle_vmgexit() [all …]
|
D | avic.c | 536 vcpu_unimpl(vcpu, "Unknown avic incomplete IPI interception\n"); in avic_incomplete_ipi_interception()
|
D | svm.c | 3506 vcpu_unimpl(vcpu, "svm: unexpected exit reason 0x%llx\n", exit_code); in svm_handle_invalid_exit()
|
/linux-6.14.4/arch/x86/kvm/ |
D | x86.h | 442 vcpu_unimpl(vcpu, "Unhandled WRMSR(0x%x) = 0x%llx\n", msr, data); in kvm_pr_unimpl_wrmsr() 448 vcpu_unimpl(vcpu, "Unhandled RDMSR(0x%x)\n", msr); in kvm_pr_unimpl_rdmsr()
|
/linux-6.14.4/include/linux/ |
D | kvm_host.h | 881 #define vcpu_unimpl(vcpu, fmt, ...) \ macro
|
/linux-6.14.4/arch/x86/kvm/vmx/ |
D | vmx.c | 5563 vcpu_unimpl(vcpu, "unhandled control register: op %d cr %d\n", in handle_cr() 6628 vcpu_unimpl(vcpu, "vmx: unexpected exit reason 0x%x\n", in __vmx_handle_exit()
|