Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dlapic.h46 struct kvm_lapic { struct
47 unsigned long base_address;
48 struct kvm_io_device dev;
49 struct kvm_timer lapic_timer;
50 u32 divide_count;
51 struct kvm_vcpu *vcpu;
52 bool sw_enabled;
53 bool irr_pending;
54 bool lvt0_in_nmi_mode;
56 s16 isr_count;
[all …]