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
506 struct kvm_pmc { struct507 enum pmc_type type;508 u8 idx;509 bool is_paused;510 bool intr;522 u64 counter;527 u64 emulated_counter;528 u64 eventsel;529 struct perf_event *perf_event;530 struct kvm_vcpu *vcpu;[all …]