Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/include/asm/
H A Dkvm_vcpu_pmu.h44 struct kvm_pmu { struct
45 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
/linux-6.15/include/kvm/
H A Darm_pmu.h26 struct kvm_pmu { struct
28 struct kvm_pmu_events events; argument
42 u64 kvm_pmu_get_counter_value(struct kvm_vcpu *vcpu, u64 select_idx); argument
96 struct kvm_pmu { struct
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h551 struct kvm_pmu { struct
552 u8 version;
556 u64 fixed_ctr_ctrl;
558 u64 global_ctrl;
559 u64 global_status;
563 u64 reserved_bits;
573 union {
580 u64 ds_area;
581 u64 pebs_enable;
583 u64 pebs_data_cfg;
[all …]
/linux-6.15/arch/x86/events/intel/
H A Dcore.c4339 struct kvm_pmu *kvm_pmu = (struct kvm_pmu *)data; in intel_guest_get_msrs() local