Searched refs:fixed_ctr_ctrl (Results 1 – 4 of 4) sorted by relevance
301 u8 fixed_ctr_ctrl; in reprogram_counter() local315 fixed_ctr_ctrl = fixed_ctrl_field(pmu->fixed_ctr_ctrl, in reprogram_counter()317 if (fixed_ctr_ctrl & 0x1) in reprogram_counter()319 if (fixed_ctr_ctrl & 0x2) in reprogram_counter()321 if (fixed_ctr_ctrl & 0x8) in reprogram_counter()323 new_config = (u64)fixed_ctr_ctrl; in reprogram_counter()
155 return fixed_ctrl_field(pmu->fixed_ctr_ctrl, in pmc_speculative_in_use()
41 u8 old_fixed_ctr_ctrl = pmu->fixed_ctr_ctrl; in reprogram_fixed_counters()44 pmu->fixed_ctr_ctrl = data; in reprogram_fixed_counters()348 msr_info->data = pmu->fixed_ctr_ctrl; in intel_pmu_get_msr()400 if (pmu->fixed_ctr_ctrl == data) in intel_pmu_set_msr()660 pmu->fixed_ctr_ctrl = pmu->global_ctrl = pmu->global_status = 0; in intel_pmu_reset()
514 u64 fixed_ctr_ctrl; member