Home
last modified time | relevance | path

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

/openbmc/linux/arch/riscv/include/asm/
H A Dkvm_vcpu_pmu.h43 struct kvm_pmu { struct
44 struct kvm_pmc pmc[RISCV_KVM_MAX_COUNTERS];
45 struct kvm_fw_event fw_event[RISCV_KVM_MAX_FW_CTRS];
47 int num_fw_ctrs;
49 int num_hw_ctrs;
51 bool init_done;
93 struct kvm_pmu { struct
/openbmc/linux/include/kvm/
H A Darm_pmu.h27 struct kvm_pmu { struct
29 struct kvm_pmu_events events; argument
49 u64 kvm_pmu_get_counter_value(struct kvm_vcpu *vcpu, u64 select_idx); argument
106 struct kvm_pmu { struct
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h515 struct kvm_pmu { struct
516 u8 version;
517 unsigned nr_arch_gp_counters;
518 unsigned nr_arch_fixed_counters;
519 unsigned available_event_types;
520 u64 fixed_ctr_ctrl;
521 u64 fixed_ctr_ctrl_mask;
522 u64 global_ctrl;
523 u64 global_status;
524 u64 counter_bitmask[2];
[all …]
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c4060 struct kvm_pmu *kvm_pmu = (struct kvm_pmu *)data; in intel_guest_get_msrs() local