Searched defs:kvm_lapic (Results 1 – 1 of 1) sorted by relevance
59 struct kvm_lapic { struct60 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;[all …]