Lines Matching refs:vcpu_to_pmu
124 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_is_valid_rdpmc_ecx()
136 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_rdpmc_ecx_to_pmc()
213 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_is_valid_msr()
236 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_msr_idx_to_pmc()
253 vcpu_to_pmu(vcpu)->event_count--; in intel_pmu_release_guest_lbr_event()
260 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_pmu_create_guest_lbr_event()
338 __set_bit(INTEL_PMC_IDX_FIXED_VLBR, vcpu_to_pmu(vcpu)->pmc_in_use); in intel_pmu_handle_lbr_msrs_access()
342 clear_bit(INTEL_PMC_IDX_FIXED_VLBR, vcpu_to_pmu(vcpu)->pmc_in_use); in intel_pmu_handle_lbr_msrs_access()
353 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_pmu_get_msr()
394 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_pmu_set_msr()
466 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_pmu_refresh()
548 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_pmu_init()
573 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_pmu_reset()
617 u8 version = vcpu_to_pmu(vcpu)->version; in intel_pmu_deliver_pmi()
676 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in vmx_passthrough_lbr_msrs()