Searched defs:kvm_pmc (Results 1 – 2 of 2) sorted by relevance
31 struct kvm_pmc { struct45 struct kvm_pmc pmc[RISCV_KVM_MAX_COUNTERS]; argument
508 struct kvm_pmc { struct509 enum pmc_type type;510 u8 idx;511 bool is_paused;512 bool intr;524 u64 counter;529 u64 emulated_counter;530 u64 eventsel;531 struct perf_event *perf_event;532 struct kvm_vcpu *vcpu;[all …]