Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/
Dlapic.h59 struct kvm_lapic { struct
60 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 …]
/kernel/linux/linux-5.10/arch/x86/kvm/
Dlapic.h44 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;
[all …]