Searched refs:lbr_from (Results 1 – 3 of 3) sorted by relevance
198 wrmsrl(x86_pmu.lbr_from + i, 0); in intel_pmu_lbr_reset_32()206 wrmsrl(x86_pmu.lbr_from + i, 0); in intel_pmu_lbr_reset_64()305 wrmsrl(x86_pmu.lbr_from + idx, val); in wrlbr_from()317 rdmsrl(x86_pmu.lbr_from + idx, val); in rdlbr_from()347 wrlbr_from(lbr_idx, task_ctx->lbr_from[i]); in __intel_pmu_lbr_restore()372 task_ctx->lbr_from[i] = rdlbr_from(lbr_idx); in __intel_pmu_lbr_save()504 rdmsrl(x86_pmu.lbr_from + lbr_idx, msr_lastbranch.lbr); in intel_pmu_lbr_read_32()1043 x86_pmu.lbr_from = MSR_LBR_CORE_FROM; in intel_pmu_lbr_init_core()1057 x86_pmu.lbr_from = MSR_LBR_NHM_FROM; in intel_pmu_lbr_init_nhm()1077 x86_pmu.lbr_from = MSR_LBR_NHM_FROM; in intel_pmu_lbr_init_snb()[all …]
3404 unsigned long lbr_from_nr = x86_pmu.lbr_from + x86_pmu.lbr_nr; in is_lbr_from()3406 return x86_pmu.lbr_from <= msr && msr < lbr_from_nr; in is_lbr_from()4017 if (!(check_msr(x86_pmu.lbr_from + i, 0xffffUL) && in intel_pmu_init()
602 unsigned long lbr_tos, lbr_from, lbr_to; /* MSR base regs */ member632 u64 lbr_from[MAX_LBR_ENTRIES]; member