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
505 struct kvm_pmc { struct506 enum pmc_type type;507 u8 idx;508 bool is_paused;509 bool intr;521 u64 counter;526 u64 emulated_counter;527 u64 eventsel;528 struct perf_event *perf_event;529 struct kvm_vcpu *vcpu;[all …]