Home
last modified time | relevance | path

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

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