Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dx86.c2028 vcpu_unimpl(vcpu, "HYPER-V unimplemented wrmsr: 0x%x " in set_msr_hyperv_pw()
2067 vcpu_unimpl(vcpu, "HYPER-V unimplemented wrmsr: 0x%x " in set_msr_hyperv()
2159 vcpu_unimpl(vcpu, "unimplemented HWCR wrmsr: 0x%llx\n", in kvm_set_msr_common()
2166 vcpu_unimpl(vcpu, "unimplemented MMIO_CONF_BASE wrmsr: " in kvm_set_msr_common()
2180 vcpu_unimpl(vcpu, "%s: MSR_IA32_DEBUGCTLMSR 0x%llx, nop\n", in kvm_set_msr_common()
2291 vcpu_unimpl(vcpu, "unimplemented perfctr wrmsr: " in kvm_set_msr_common()
2301 vcpu_unimpl(vcpu, "unimplemented perfctr wrmsr: " in kvm_set_msr_common()
2313 vcpu_unimpl(vcpu, "disabled perfctr wrmsr: " in kvm_set_msr_common()
2340 vcpu_unimpl(vcpu, "ignored wrmsr: 0x%x data %llx\n", msr, data); in kvm_set_msr_common()
2358 vcpu_unimpl(vcpu, "unhandled wrmsr: 0x%x data %llx\n", in kvm_set_msr_common()
[all …]
Dsvm.c3228 vcpu_unimpl(vcpu, "%s: MSR_IA32_DEBUGCTL 0x%llx, nop\n", in svm_set_msr()
3248 vcpu_unimpl(vcpu, "unimplemented wrmsr: 0x%x data 0x%llx\n", ecx, data); in svm_set_msr()
Dvmx.c5385 vcpu_unimpl(vcpu, "unhandled control register: op %d cr %d\n", in handle_cr()
/linux-4.1.27/include/linux/
Dkvm_host.h411 #define vcpu_unimpl(vcpu, fmt, ...) \ macro