Searched refs:vcpu_unimpl (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/x86/kvm/ |
A D | x86.h | 337 vcpu_unimpl(vcpu, "Unhandled WRMSR(0x%x) = 0x%llx\n", msr, data); in kvm_pr_unimpl_wrmsr() 343 vcpu_unimpl(vcpu, "Unhandled RDMSR(0x%x)\n", msr); in kvm_pr_unimpl_rdmsr()
|
/linux-6.3-rc2/arch/x86/kvm/svm/ |
A D | sev.c | 2549 vcpu_unimpl(vcpu, "vmgexit: ghcb usage %#x is not valid\n", in sev_es_validate_vmgexit() 2552 vcpu_unimpl(vcpu, "vmgexit: exit code %#llx is not valid\n", in sev_es_validate_vmgexit() 2555 vcpu_unimpl(vcpu, "vmgexit: exit code %#llx input is not valid\n", in sev_es_validate_vmgexit() 2828 vcpu_unimpl(vcpu, "vmgexit: GHCB gpa is not set\n"); in sev_handle_vmgexit() 2836 vcpu_unimpl(vcpu, "vmgexit: error mapping GHCB [%#llx] from guest\n", in sev_handle_vmgexit() 2908 vcpu_unimpl(vcpu, in sev_handle_vmgexit()
|
A D | svm.c | 3350 vcpu_unimpl(vcpu, "svm: unexpected exit reason 0x%llx\n", exit_code); in svm_handle_invalid_exit()
|
/linux-6.3-rc2/include/linux/ |
A D | kvm_host.h | 824 #define vcpu_unimpl(vcpu, fmt, ...) \ macro
|
/linux-6.3-rc2/arch/x86/kvm/vmx/ |
A D | vmx.c | 5511 vcpu_unimpl(vcpu, "unhandled control register: op %d cr %d\n", in handle_cr() 6566 vcpu_unimpl(vcpu, "vmx: unexpected exit reason 0x%x\n", in __vmx_handle_exit()
|
Completed in 34 milliseconds