Home
last modified time | relevance | path

Searched refs:UNCORE_NCTRS (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.1.10/osfmk/arm64/
H A Dmonotonic_arm64.c337 #define UPMSR_OVF_MASK (((UINT64_C(1) << UNCORE_NCTRS) - 1) << UPMSR_OVF_POS)
358 static_assert(sizeof(uncore_active_ctrs) * CHAR_BIT >= UNCORE_NCTRS,
372 uint8_t uce_ctrs[UNCORE_NCTRS];
373 uint64_t uce_regs[UNCORE_NCTRS / 8];
376 uint16_t uccm_masks[UNCORE_NCTRS];
377 uint64_t uccm_regs[UNCORE_NCTRS / 4];
385 uint64_t um_snaps[UNCORE_NCTRS];
390 uint64_t um_counts[UNCORE_NCTRS];
493 #define UPMCR0_INTEN (((1ULL << UNCORE_NCTRS) - 1) << UPMCR0_INTEN_POS)
539 #if UNCORE_NCTRS <= 8
[all …]
/xnu-11215.1.10/pexpert/pexpert/arm64/
H A DH13.h56 #define UNCORE_NCTRS 16 macro
H A DH14.h66 #define UNCORE_NCTRS 16 macro
H A DH15.h68 #define UNCORE_NCTRS 16 macro
H A DH16.h67 #define UNCORE_NCTRS 16 macro
H A Dboard_config.h261 #undef UNCORE_NCTRS