Searched defs:vcpu_to_pmu (Results 1 – 2 of 2) sorted by relevance
/linux/arch/riscv/include/asm/ | ||
H A D | kvm_vcpu_pmu.h | 63 #define vcpu_to_pmu(vcpu) (&(vcpu)->arch.pmu_context) macro |
/linux/arch/x86/kvm/ | ||
H A D | pmu.h | 9 #define vcpu_to_pmu(vcpu) (&(vcpu)->arch.pmu) macro |