Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/include/asm/
Dkvm_vcpu_pmu.h31 struct kvm_pmc { struct
45 struct kvm_pmc pmc[RISCV_KVM_MAX_COUNTERS]; argument
/linux-6.12.1/include/kvm/
Darm_pmu.h16 struct kvm_pmc { struct
29 struct kvm_pmc pmc[KVM_ARMV8_PMU_MAX_COUNTERS]; argument
/linux-6.12.1/arch/x86/include/asm/
Dkvm_host.h500 struct kvm_pmc { struct
501 enum pmc_type type;
502 u8 idx;
503 bool is_paused;
504 bool intr;
516 u64 counter;
521 u64 emulated_counter;
522 u64 eventsel;
523 struct perf_event *perf_event;
524 struct kvm_vcpu *vcpu;
[all …]