Searched defs:kvm_pmc (Results 1 – 3 of 3) sorted by relevance
30 struct kvm_pmc { struct43 struct kvm_pmc pmc[RISCV_KVM_MAX_COUNTERS]; argument
16 struct kvm_pmc { struct29 struct kvm_pmc pmc[ARMV8_PMU_MAX_COUNTERS]; argument
499 struct kvm_pmc { struct500 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 …]