Searched refs:kvm_apic_present (Results 1 – 4 of 4) sorted by relevance
27 #define kvm_apic_present(x) (true) macro
43 bool kvm_apic_present(struct kvm_vcpu *vcpu);
1092 bool kvm_apic_present(struct kvm_vcpu *vcpu) in kvm_apic_present() function1099 return kvm_apic_present(vcpu) && apic_sw_enabled(vcpu->arch.apic); in kvm_lapic_enabled()
92 if (!kvm_apic_present(vcpu)) in kvm_irq_delivery_to_apic()