lvt_type          295 arch/x86/kvm/lapic.c static inline int apic_lvt_enabled(struct kvm_lapic *apic, int lvt_type)
lvt_type          297 arch/x86/kvm/lapic.c 	return !(kvm_lapic_get_reg(apic, lvt_type) & APIC_LVT_MASKED);
lvt_type          300 arch/x86/kvm/lapic.c static inline int apic_lvt_vector(struct kvm_lapic *apic, int lvt_type)
lvt_type          302 arch/x86/kvm/lapic.c 	return kvm_lapic_get_reg(apic, lvt_type) & APIC_VECTOR_MASK;
lvt_type         2238 arch/x86/kvm/lapic.c int kvm_apic_local_deliver(struct kvm_lapic *apic, int lvt_type)
lvt_type         2240 arch/x86/kvm/lapic.c 	u32 reg = kvm_lapic_get_reg(apic, lvt_type);
lvt_type           92 arch/x86/kvm/lapic.h int kvm_apic_local_deliver(struct kvm_lapic *apic, int lvt_type);