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