Searched refs:vcpu_unimpl (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | x86.h | 379 vcpu_unimpl(vcpu, "Unhandled WRMSR(0x%x) = 0x%llx\n", msr, data); in kvm_pr_unimpl_wrmsr() 385 vcpu_unimpl(vcpu, "Unhandled RDMSR(0x%x)\n", msr); in kvm_pr_unimpl_rdmsr()
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | sev.c | 2577 vcpu_unimpl(vcpu, "vmgexit: ghcb usage %#x is not valid\n", in sev_es_validate_vmgexit() 2580 vcpu_unimpl(vcpu, "vmgexit: exit code %#llx is not valid\n", in sev_es_validate_vmgexit() 2583 vcpu_unimpl(vcpu, "vmgexit: exit code %#llx input is not valid\n", in sev_es_validate_vmgexit() 2851 vcpu_unimpl(vcpu, "vmgexit: GHCB gpa is not set\n"); in sev_handle_vmgexit() 2859 vcpu_unimpl(vcpu, "vmgexit: error mapping GHCB [%#llx] from guest\n", in sev_handle_vmgexit() 2932 vcpu_unimpl(vcpu, in sev_handle_vmgexit()
|
H A D | avic.c | 536 vcpu_unimpl(vcpu, "Unknown avic incomplete IPI interception\n"); in avic_incomplete_ipi_interception()
|
H A D | svm.c | 3461 vcpu_unimpl(vcpu, "svm: unexpected exit reason 0x%llx\n", exit_code); in svm_handle_invalid_exit()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | hyperv.c | 1208 vcpu_unimpl(vcpu, "Hyper-V unhandled wrmsr: 0x%x data 0x%llx\n", in kvm_hv_set_msr_pw() 1328 vcpu_unimpl(vcpu, "Hyper-V unhandled wrmsr: 0x%x data 0x%llx\n", in kvm_hv_set_msr() 1378 vcpu_unimpl(vcpu, "Hyper-V unhandled rdmsr: 0x%x\n", msr); in kvm_hv_get_msr_pw() 1440 vcpu_unimpl(vcpu, "Hyper-V unhandled rdmsr: 0x%x\n", msr); in kvm_hv_get_msr()
|
H A D | x86.c | 3176 vcpu_unimpl(vcpu, "unimplemented HWCR wrmsr: 0x%llx\n", in kvm_set_msr_common() 3183 vcpu_unimpl(vcpu, "unimplemented MMIO_CONF_BASE wrmsr: " in kvm_set_msr_common() 3197 vcpu_unimpl(vcpu, "%s: MSR_IA32_DEBUGCTLMSR 0x%llx, nop\n", in kvm_set_msr_common() 3367 vcpu_unimpl(vcpu, "disabled perfctr wrmsr: " in kvm_set_msr_common() 3396 vcpu_unimpl(vcpu, "ignored wrmsr: 0x%x data 0x%llx\n", in kvm_set_msr_common()
|
/kernel/linux/linux-5.10/arch/x86/kvm/svm/ |
H A D | svm.c | 2733 vcpu_unimpl(vcpu, "%s: MSR_IA32_DEBUGCTL 0x%llx, nop\n", in svm_set_msr() 2762 vcpu_unimpl(vcpu, "unimplemented wrmsr: 0x%x data 0x%llx\n", ecx, data); in svm_set_msr() 3120 vcpu_unimpl(vcpu, "svm: unexpected exit reason 0x%x\n", exit_code); in handle_exit()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kvm_host.h | 526 #define vcpu_unimpl(vcpu, fmt, ...) \ macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kvm_host.h | 827 #define vcpu_unimpl(vcpu, fmt, ...) \ macro
|
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.c | 5214 vcpu_unimpl(vcpu, "unhandled control register: op %d cr %d\n", in handle_cr() 6220 vcpu_unimpl(vcpu, "vmx: unexpected exit reason 0x%x\n", in vmx_handle_exit()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.c | 5524 vcpu_unimpl(vcpu, "unhandled control register: op %d cr %d\n", in handle_cr() 6579 vcpu_unimpl(vcpu, "vmx: unexpected exit reason 0x%x\n", in __vmx_handle_exit()
|
Completed in 55 milliseconds