Home
last modified time | relevance | path

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

/linux-6.14.4/arch/riscv/include/asm/
Dkvm_vcpu_pmu.h31 struct kvm_pmc { struct
45 struct kvm_pmc pmc[RISCV_KVM_MAX_COUNTERS]; argument
/linux-6.14.4/include/kvm/
Darm_pmu.h16 struct kvm_pmc { struct
29 struct kvm_pmc pmc[KVM_ARMV8_PMU_MAX_COUNTERS]; argument
/linux-6.14.4/arch/x86/include/asm/
Dkvm_host.h504 struct kvm_pmc { struct
505 enum pmc_type type;
506 u8 idx;
507 bool is_paused;
508 bool intr;
520 u64 counter;
525 u64 emulated_counter;
526 u64 eventsel;
527 struct perf_event *perf_event;
528 struct kvm_vcpu *vcpu;
[all …]