Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dlapic.h21 struct kvm_lapic { struct
22 unsigned long base_address;
23 struct kvm_io_device dev;
24 struct kvm_timer lapic_timer;
25 u32 divide_count;
26 struct kvm_vcpu *vcpu;
27 bool sw_enabled;
28 bool irr_pending;
52 void kvm_lapic_reset(struct kvm_vcpu *vcpu, bool init_event); argument
64 int kvm_apic_local_deliver(struct kvm_lapic *apic, int lvt_type); argument