Lines Matching refs:cpuc
256 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
267 bts->ds_back.bts_buffer_base = cpuc->ds->bts_buffer_base;
268 bts->ds_back.bts_absolute_maximum = cpuc->ds->bts_absolute_maximum;
269 bts->ds_back.bts_interrupt_threshold = cpuc->ds->bts_interrupt_threshold;
301 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
326 cpuc->ds->bts_index = bts->ds_back.bts_buffer_base;
327 cpuc->ds->bts_buffer_base = bts->ds_back.bts_buffer_base;
328 cpuc->ds->bts_absolute_maximum = bts->ds_back.bts_absolute_maximum;
329 cpuc->ds->bts_interrupt_threshold = bts->ds_back.bts_interrupt_threshold;
516 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
521 if (test_bit(INTEL_PMC_IDX_FIXED_BTS, cpuc->active_mask))