Lines Matching defs:kvm_lapic
44 struct kvm_lapic { struct
45 unsigned long base_address;
46 struct kvm_io_device dev;
47 struct kvm_timer lapic_timer;
48 u32 divide_count;
49 struct kvm_vcpu *vcpu;
50 bool sw_enabled;
51 bool irr_pending;
52 bool lvt0_in_nmi_mode;
54 s16 isr_count;
78 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event); argument
86 int kvm_lapic_reg_write(struct kvm_lapic *apic, u32 reg, u32 val); argument