Lines Matching refs:cpuc
262 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
273 bts->ds_back.bts_buffer_base = cpuc->ds->bts_buffer_base;
274 bts->ds_back.bts_absolute_maximum = cpuc->ds->bts_absolute_maximum;
275 bts->ds_back.bts_interrupt_threshold = cpuc->ds->bts_interrupt_threshold;
307 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
332 cpuc->ds->bts_index = bts->ds_back.bts_buffer_base;
333 cpuc->ds->bts_buffer_base = bts->ds_back.bts_buffer_base;
334 cpuc->ds->bts_absolute_maximum = bts->ds_back.bts_absolute_maximum;
335 cpuc->ds->bts_interrupt_threshold = bts->ds_back.bts_interrupt_threshold;
522 struct cpu_hw_events *cpuc = this_cpu_ptr(&cpu_hw_events);
527 if (test_bit(INTEL_PMC_IDX_FIXED_BTS, cpuc->active_mask))