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
500 struct kvm_pmc { struct501 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 …]