Searched refs:vcpu_to_lbr_records (Results 1 – 2 of 2) sorted by relevance
188 struct x86_pmu_lbr *lbr = vcpu_to_lbr_records(vcpu); in intel_pmu_lbr_is_enabled()195 struct x86_pmu_lbr *records = vcpu_to_lbr_records(vcpu); in intel_pmu_is_valid_lbr_msr()628 struct x86_pmu_lbr *lbr = vcpu_to_lbr_records(vcpu); in vmx_update_intercept_for_lbr_msrs()
95 #define vcpu_to_lbr_records(vcpu) (&to_vmx(vcpu)->lbr_desc.records) macro