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
502 struct kvm_pmc { struct503 enum pmc_type type;504 u8 idx;505 bool is_paused;506 bool intr;518 u64 counter;523 u64 emulated_counter;524 u64 eventsel;525 struct perf_event *perf_event;526 struct kvm_vcpu *vcpu;[all …]