Searched defs:kvm_pmu (Results 1 – 4 of 4) 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
26 struct kvm_pmu { struct28 struct kvm_pmu_events events; argument42 u64 kvm_pmu_get_counter_value(struct kvm_vcpu *vcpu, u64 select_idx); argument96 struct kvm_pmu { struct
551 struct kvm_pmu { struct552 u8 version;553 unsigned nr_arch_gp_counters;554 unsigned nr_arch_fixed_counters;555 unsigned available_event_types;556 u64 fixed_ctr_ctrl;557 u64 fixed_ctr_ctrl_rsvd;558 u64 global_ctrl;559 u64 global_status;560 u64 counter_bitmask[2];[all …]
4339 struct kvm_pmu *kvm_pmu = (struct kvm_pmu *)data; in intel_guest_get_msrs() local