Home
last modified time | relevance | path

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

/linux-6.6.21/arch/riscv/include/asm/
Dkvm_vcpu_pmu.h55 #define vcpu_to_pmu(vcpu) (&(vcpu)->arch.pmu_context) macro
/linux-6.6.21/arch/x86/kvm/
Dpmu.h7 #define vcpu_to_pmu(vcpu) (&(vcpu)->arch.pmu) macro