Lines Matching refs:vcpu_to_pmu
123 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_is_valid_rdpmc_ecx()
135 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_rdpmc_ecx_to_pmc()
195 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_is_valid_msr()
230 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_msr_idx_to_pmc()
247 vcpu_to_pmu(vcpu)->event_count--; in intel_pmu_release_guest_lbr_event()
254 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_pmu_create_guest_lbr_event()
332 __set_bit(INTEL_PMC_IDX_FIXED_VLBR, vcpu_to_pmu(vcpu)->pmc_in_use); in intel_pmu_handle_lbr_msrs_access()
336 clear_bit(INTEL_PMC_IDX_FIXED_VLBR, vcpu_to_pmu(vcpu)->pmc_in_use); in intel_pmu_handle_lbr_msrs_access()
347 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_pmu_get_msr()
397 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_pmu_set_msr()
512 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_pmu_refresh()
622 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_pmu_init()
646 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in intel_pmu_reset()
689 u8 version = vcpu_to_pmu(vcpu)->version; in intel_pmu_deliver_pmi()
748 struct kvm_pmu *pmu = vcpu_to_pmu(vcpu); in vmx_passthrough_lbr_msrs()