Searched defs:kvm_pmu (Results 1 – 3 of 3) sorted by relevance
44 struct kvm_pmu { struct45 struct kvm_pmc pmc[RISCV_KVM_MAX_COUNTERS];46 struct kvm_fw_event fw_event[RISCV_KVM_MAX_FW_CTRS];48 int num_fw_ctrs;50 int num_hw_ctrs;52 bool init_done;58 gpa_t snapshot_addr;60 struct riscv_pmu_snapshot_data *sdata;105 struct kvm_pmu { struct
553 struct kvm_pmu { struct554 u8 version;555 unsigned nr_arch_gp_counters;556 unsigned nr_arch_fixed_counters;557 unsigned available_event_types;558 u64 fixed_ctr_ctrl;559 u64 fixed_ctr_ctrl_rsvd;560 u64 global_ctrl;561 u64 global_status;562 u64 counter_bitmask[2];[all …]
4570 struct kvm_pmu *kvm_pmu = (struct kvm_pmu *)data; in intel_guest_get_msrs() local