Searched refs:lvt_type (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dlapic.h113 int kvm_apic_local_deliver(struct kvm_lapic *apic, int lvt_type);
H A Dlapic.c541 static inline int apic_lvt_enabled(struct kvm_lapic *apic, int lvt_type) argument
543 return !(kvm_lapic_get_reg(apic, lvt_type) & APIC_LVT_MASKED);
2767 int kvm_apic_local_deliver(struct kvm_lapic *apic, int lvt_type) argument
2769 u32 reg = kvm_lapic_get_reg(apic, lvt_type);
2779 if (r && lvt_type == APIC_LVTPC &&

Completed in 86 milliseconds