Searched refs:idxmsk64 (Results 1 – 4 of 4) sorted by relevance
4342 if (c->idxmsk64 & (1U << 2))4381 if (c->idxmsk64 & BIT_ULL(0)) in cmt_get_event_constraints() 4441 c->idxmsk64 &= ~(1ULL << 3); in mtl_get_event_constraints() 4482 switch (c->idxmsk64 & 0x3ull) { in hsw_limit_period() 5981 if (c->idxmsk64 & INTEL_PMC_MSK_TOPDOWN) { in intel_pmu_init() 5987 c->idxmsk64 = 0; in intel_pmu_init() 5988 c->weight = hweight64(c->idxmsk64); in intel_pmu_init() 5994 c->idxmsk64 &= intel_ctrl; in intel_pmu_init() 6001 c->idxmsk64 |= (1ULL << num_counters) - 1; in intel_pmu_init() 6003 c->idxmsk64 in intel_pmu_init() [all...]
54 u64 idxmsk64; member347 { .idxmsk64 = (n) }, \
876 if (c->idxmsk64 & (~0ULL << INTEL_PMC_IDX_FIXED)) { in __perf_sched_find_counter()
612 c->idxmsk64 |= (1ULL << x86_pmu.num_counters) - 1; in zhaoxin_pmu_init()