Home
last modified time | relevance | path

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

/linux-6.8/arch/riscv/include/asm/
Dkvm_vcpu_pmu.h30 struct kvm_pmc { struct
43 struct kvm_pmc pmc[RISCV_KVM_MAX_COUNTERS]; argument
/linux-6.8/include/kvm/
Darm_pmu.h16 struct kvm_pmc { struct
29 struct kvm_pmc pmc[ARMV8_PMU_MAX_COUNTERS]; argument
/linux-6.8/arch/x86/include/asm/
Dkvm_host.h499 struct kvm_pmc { struct
500 enum pmc_type type;
501 u8 idx;
502 bool is_paused;
503 bool intr;
515 u64 counter;
520 u64 emulated_counter;
521 u64 eventsel;
522 struct perf_event *perf_event;
523 struct kvm_vcpu *vcpu;
[all …]