Home
last modified time | relevance | path

Searched defs:kvm_pmc (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/arch/riscv/include/asm/
Dkvm_vcpu_pmu.h30 struct kvm_pmc { struct
43 struct kvm_pmc pmc[RISCV_KVM_MAX_COUNTERS]; argument
/Linux-v6.6/include/kvm/
Darm_pmu.h17 struct kvm_pmc { struct
30 struct kvm_pmc pmc[ARMV8_PMU_MAX_COUNTERS]; argument
/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h490 struct kvm_pmc { struct
491 enum pmc_type type;
492 u8 idx;
493 bool is_paused;
494 bool intr;
495 u64 counter;
496 u64 prev_counter;
497 u64 eventsel;
498 struct perf_event *perf_event;
499 struct kvm_vcpu *vcpu;
[all …]