Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/
A Dpmu.h26 struct kvm_pmu_ops { struct
27 unsigned (*find_arch_event)(struct kvm_pmu *pmu, u8 event_select,
29 unsigned (*find_fixed_event)(int idx);
30 bool (*pmc_is_enabled)(struct kvm_pmc *pmc);
32 struct kvm_pmc *(*rdpmc_ecx_to_pmc)(struct kvm_vcpu *vcpu,
36 bool (*is_valid_msr)(struct kvm_vcpu *vcpu, u32 msr);
39 void (*refresh)(struct kvm_vcpu *vcpu);
40 void (*init)(struct kvm_vcpu *vcpu);
41 void (*reset)(struct kvm_vcpu *vcpu);
42 void (*deliver_pmi)(struct kvm_vcpu *vcpu);
[all …]

Completed in 3 milliseconds