Lines Matching defs:kvm_lapic
58 struct kvm_lapic { struct
59 unsigned long base_address;
60 struct kvm_io_device dev;
61 struct kvm_timer lapic_timer;
62 u32 divide_count;
63 struct kvm_vcpu *vcpu;
64 bool apicv_active;
65 bool sw_enabled;
66 bool irr_pending;
67 bool lvt0_in_nmi_mode;
69 s16 isr_count;
94 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event); argument
102 bool kvm_apic_match_dest(struct kvm_vcpu *vcpu, struct kvm_lapic *source, argument