Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h21970 struct kvm_pmu_ops { struct
21971 bool (*hw_event_available)(struct kvm_pmc *);
21972 struct kvm_pmc * (*pmc_idx_to_pmc)(struct kvm_pmu *, int);
21973 struct kvm_pmc * (*rdpmc_ecx_to_pmc)(struct kvm_vcpu *, unsigned int, u64 *);
21974 struct kvm_pmc * (*msr_idx_to_pmc)(struct kvm_vcpu *, u32);
21975 bool (*is_valid_rdpmc_ecx)(struct kvm_vcpu *, unsigned int);
21976 bool (*is_valid_msr)(struct kvm_vcpu *, u32);
21977 int (*get_msr)(struct kvm_vcpu *, struct msr_data *);
21978 int (*set_msr)(struct kvm_vcpu *, struct msr_data *);
21979 void (*refresh)(struct kvm_vcpu *);
[all …]