Lines Matching refs:kvm_x86_ops
6214 kvm_x86_ops->set_apic_access_page_addr = NULL; in hardware_setup()
6217 kvm_x86_ops->update_cr8_intercept = NULL; in hardware_setup()
6235 kvm_x86_ops->update_cr8_intercept = NULL; in hardware_setup()
6237 kvm_x86_ops->hwapic_irr_update = NULL; in hardware_setup()
6238 kvm_x86_ops->hwapic_isr_update = NULL; in hardware_setup()
6239 kvm_x86_ops->deliver_posted_interrupt = NULL; in hardware_setup()
6240 kvm_x86_ops->sync_pir_to_irr = vmx_sync_pir_to_irr_dummy; in hardware_setup()
6296 kvm_x86_ops->slot_enable_log_dirty = NULL; in hardware_setup()
6297 kvm_x86_ops->slot_disable_log_dirty = NULL; in hardware_setup()
6298 kvm_x86_ops->flush_log_dirty = NULL; in hardware_setup()
6299 kvm_x86_ops->enable_log_dirty_pt_masked = NULL; in hardware_setup()
10775 static struct kvm_x86_ops vmx_x86_ops = {