Home
last modified time | relevance | path

Searched defs:kvm_pmc (Results 1 – 2 of 2) sorted by relevance

/arch/riscv/include/asm/
Dkvm_vcpu_pmu.h31 struct kvm_pmc { struct
45 struct kvm_pmc pmc[RISCV_KVM_MAX_COUNTERS]; argument
/arch/x86/include/asm/
Dkvm_host.h502 struct kvm_pmc { struct
503 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 …]