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; argument48 u64 kvm_pmu_get_counter_value(struct kvm_vcpu *vcpu, u64 select_idx); argument102 struct kvm_pmu { struct
549 struct kvm_pmu { struct550 u8 version;551 unsigned nr_arch_gp_counters;552 unsigned nr_arch_fixed_counters;553 unsigned available_event_types;554 u64 fixed_ctr_ctrl;555 u64 fixed_ctr_ctrl_rsvd;556 u64 global_ctrl;557 u64 global_status;558 u64 counter_bitmask[2];[all …]
4285 struct kvm_pmu *kvm_pmu = (struct kvm_pmu *)data; in intel_guest_get_msrs() local