Searched refs:apicv_active (Results 1 – 6 of 6) sorted by relevance
491 if (unlikely(vcpu->arch.apicv_active)) { in apic_clear_irr()524 if (unlikely(vcpu->arch.apicv_active)) in apic_set_isr()572 if (unlikely(vcpu->arch.apicv_active)) in apic_clear_isr()1544 if (vcpu->arch.apicv_active) in lapic_timer_int_injected()1661 if (!from_timer_fn && vcpu->arch.apicv_active) { in apic_timer_expired()2310 if (vcpu->arch.apicv_active) { in kvm_apic_update_apicv()2376 if (vcpu->arch.apicv_active) { in kvm_lapic_reset()2641 if (vcpu->arch.apicv_active) { in kvm_apic_set_state()
215 return vcpu->arch.apic && vcpu->arch.apicv_active; in kvm_vcpu_apicv_active()
9033 if (vcpu->arch.apicv_active) in update_cr8_intercept()9492 if (vcpu->arch.apicv_active == activate) in kvm_vcpu_update_apicv()9495 vcpu->arch.apicv_active = activate; in kvm_vcpu_update_apicv()9505 if (!vcpu->arch.apicv_active) in kvm_vcpu_update_apicv()10888 vcpu->arch.apicv_active = true; in kvm_arch_vcpu_create()11861 if (vcpu->arch.apicv_active && static_call(kvm_x86_dy_apicv_has_pending_interrupt)(vcpu)) in kvm_arch_dy_has_pending_interrupt()
671 if (!vcpu->arch.apicv_active) in svm_deliver_avic_intr()
632 bool apicv_active; member
3957 if (!vcpu->arch.apicv_active) in vmx_deliver_posted_interrupt()
Completed in 55 milliseconds