Home
last modified time | relevance | path

Searched defs:kvm_lapic (Results 1 – 1 of 1) sorted by relevance

/arch/x86/kvm/
Dlapic.h26 struct kvm_lapic { struct
27 unsigned long base_address;
28 struct kvm_io_device dev;
29 struct kvm_timer lapic_timer;
30 u32 divide_count;
31 struct kvm_vcpu *vcpu;
32 bool sw_enabled;
33 bool irr_pending;
34 bool lvt0_in_nmi_mode;
36 s16 isr_count;
[all …]