Searched defs:kvm_pmc (Results 1 – 3 of 3) sorted by relevance
31 struct kvm_pmc { struct45 struct kvm_pmc pmc[RISCV_KVM_MAX_COUNTERS]; argument
16 struct kvm_pmc { struct29 struct kvm_pmc pmc[KVM_ARMV8_PMU_MAX_COUNTERS]; argument
504 struct kvm_pmc { struct505 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 …]