Lines Matching refs:kvm_x86_ops
6132 kvm_x86_ops->set_apic_access_page_addr = NULL; in hardware_setup()
6135 kvm_x86_ops->update_cr8_intercept = NULL; in hardware_setup()
6147 kvm_x86_ops->update_cr8_intercept = NULL; in hardware_setup()
6149 kvm_x86_ops->hwapic_irr_update = NULL; in hardware_setup()
6150 kvm_x86_ops->hwapic_isr_update = NULL; in hardware_setup()
6151 kvm_x86_ops->deliver_posted_interrupt = NULL; in hardware_setup()
6152 kvm_x86_ops->sync_pir_to_irr = vmx_sync_pir_to_irr_dummy; in hardware_setup()
6208 kvm_x86_ops->slot_enable_log_dirty = NULL; in hardware_setup()
6209 kvm_x86_ops->slot_disable_log_dirty = NULL; in hardware_setup()
6210 kvm_x86_ops->flush_log_dirty = NULL; in hardware_setup()
6211 kvm_x86_ops->enable_log_dirty_pt_masked = NULL; in hardware_setup()
10168 static struct kvm_x86_ops vmx_x86_ops = {