Lines Matching defs:kvm_lapic
62 struct kvm_lapic { struct
63 unsigned long base_address;
64 struct kvm_io_device dev;
65 struct kvm_timer lapic_timer;
66 u32 divide_count;
67 struct kvm_vcpu *vcpu;
68 bool apicv_active;
69 bool sw_enabled;
70 bool irr_pending;
71 bool lvt0_in_nmi_mode;
73 bool guest_apic_protected;
75 s16 isr_count;
100 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event); argument
106 bool kvm_apic_match_dest(struct kvm_vcpu *vcpu, struct kvm_lapic *source, argument