Searched refs:UNCORE_NCTRS (Results 1 – 6 of 6) sorted by relevance
346 #define UPMSR_OVF_MASK (((UINT64_C(1) << UNCORE_NCTRS) - 1) << UPMSR_OVF_POS)367 static_assert(sizeof(uncore_active_ctrs) * CHAR_BIT >= UNCORE_NCTRS,395 uint8_t uce_ctrs[UNCORE_NCTRS];396 uint64_t uce_regs[UNCORE_NCTRS / 8];399 uint16_t uccm_masks[UNCORE_NCTRS];400 uint64_t uccm_regs[UNCORE_NCTRS / 4];408 uint64_t um_snaps[UNCORE_NCTRS];413 uint64_t um_counts[UNCORE_NCTRS];516 #define UPMCR0_INTEN (((1ULL << UNCORE_NCTRS) - 1) << UPMCR0_INTEN_POS)577 assert(ctr < UNCORE_NCTRS); in uncmon_read_counter_locked_l()[all …]
57 #define UNCORE_NCTRS 16 macro
67 #define UNCORE_NCTRS 16 macro
70 #define UNCORE_NCTRS 16 macro
69 #define UNCORE_NCTRS 16 macro
302 #undef UNCORE_NCTRS