Searched refs:fixed_ctr_ctrl (Results 1 – 4 of 4) sorted by relevance
538 pmu->fixed_ctr_ctrl_hw |= pmu->fixed_ctr_ctrl & mask; in kvm_mediated_pmu_refresh_event_filter()548 u8 fixed_ctr_ctrl; in reprogram_counter() local568 fixed_ctr_ctrl = fixed_ctrl_field(pmu->fixed_ctr_ctrl, in reprogram_counter()570 if (fixed_ctr_ctrl & INTEL_FIXED_0_KERNEL) in reprogram_counter()572 if (fixed_ctr_ctrl & INTEL_FIXED_0_USER) in reprogram_counter()574 if (fixed_ctr_ctrl & INTEL_FIXED_0_ENABLE_PMI) in reprogram_counter()576 new_config = (u64)fixed_ctr_ctrl; in reprogram_counter()936 pmu->fixed_ctr_ctrl = pmu->fixed_ctr_ctrl_hw = 0; in kvm_pmu_reset()1036 u8 fixed_ctr_ctrl; in pmc_is_pmi_enabled() local1041 fixed_ctr_ctrl = fixed_ctrl_field(pmc_to_pmu(pmc)->fixed_ctr_ctrl, in pmc_is_pmi_enabled()[all …]
189 return fixed_ctrl_field(pmu->fixed_ctr_ctrl, in pmc_is_locally_enabled()
60 u64 old_fixed_ctr_ctrl = pmu->fixed_ctr_ctrl; in reprogram_fixed_counters()63 pmu->fixed_ctr_ctrl = data; in reprogram_fixed_counters()336 msr_info->data = pmu->fixed_ctr_ctrl; in intel_pmu_get_msr()384 if (pmu->fixed_ctr_ctrl != data) in intel_pmu_set_msr()
568 u64 fixed_ctr_ctrl; member