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
507 struct kvm_pmc { struct508 enum pmc_type type;509 u8 idx;510 bool is_paused;511 bool intr;523 u64 counter;528 u64 emulated_counter;529 u64 eventsel;530 struct perf_event *perf_event;531 struct kvm_vcpu *vcpu;[all …]