Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dhyperv.c174 vcpu_unimpl(vcpu, "Hyper-V uhandled wrmsr: 0x%x data 0x%llx\n", in kvm_hv_set_msr_pw()
230 vcpu_unimpl(vcpu, "Hyper-V uhandled wrmsr: 0x%x data 0x%llx\n", in kvm_hv_set_msr()
269 vcpu_unimpl(vcpu, "Hyper-V unhandled rdmsr: 0x%x\n", msr); in kvm_hv_get_msr_pw()
308 vcpu_unimpl(vcpu, "Hyper-V unhandled rdmsr: 0x%x\n", msr); in kvm_hv_get_msr()
Dx86.c2050 vcpu_unimpl(vcpu, "unimplemented HWCR wrmsr: 0x%llx\n", in kvm_set_msr_common()
2057 vcpu_unimpl(vcpu, "unimplemented MMIO_CONF_BASE wrmsr: " in kvm_set_msr_common()
2071 vcpu_unimpl(vcpu, "%s: MSR_IA32_DEBUGCTLMSR 0x%llx, nop\n", in kvm_set_msr_common()
2184 vcpu_unimpl(vcpu, "disabled perfctr wrmsr: " in kvm_set_msr_common()
2206 vcpu_unimpl(vcpu, "ignored wrmsr: 0x%x data %llx\n", msr, data); in kvm_set_msr_common()
2224 vcpu_unimpl(vcpu, "unhandled wrmsr: 0x%x data %llx\n", in kvm_set_msr_common()
2228 vcpu_unimpl(vcpu, "ignored wrmsr: 0x%x data %llx\n", in kvm_set_msr_common()
2434 vcpu_unimpl(vcpu, "unhandled rdmsr: 0x%x\n", msr_info->index); in kvm_get_msr_common()
2437 vcpu_unimpl(vcpu, "ignored rdmsr: 0x%x\n", msr_info->index); in kvm_get_msr_common()
Dsvm.c3150 vcpu_unimpl(vcpu, "%s: MSR_IA32_DEBUGCTL 0x%llx, nop\n", in svm_set_msr()
3170 vcpu_unimpl(vcpu, "unimplemented wrmsr: 0x%x data 0x%llx\n", ecx, data); in svm_set_msr()
Dvmx.c5529 vcpu_unimpl(vcpu, "unhandled control register: op %d cr %d\n", in handle_cr()
/linux-4.4.14/include/linux/
Dkvm_host.h441 #define vcpu_unimpl(vcpu, fmt, ...) \ macro