Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/arm64/
H A Dmonotonic_arm64.c357 static uint16_t uncore_active_ctrs = 0; variable
358 static_assert(sizeof(uncore_active_ctrs) * CHAR_BIT >= UNCORE_NCTRS,
756 mt_uncore_enabled ? uncore_active_ctrs : 0); in uncmon_init_locked_l()
770 mt_uncore_enabled ? uncore_active_ctrs : 0); in uncmon_init_locked_r()
870 if (!uncore_active_ctrs) { in uncore_read()
873 if (ctr_mask & ~uncore_active_ctrs) { in uncore_read()
905 uint32_t available = ~uncore_active_ctrs & config->allowed_ctr_mask; in uncore_add()
922 if (uncore_active_ctrs == 0) { in uncore_add()
955 uncore_active_ctrs |= UINT64_C(1) << ctr; in uncore_add()
1010 if (uncore_active_ctrs & (1U << ctr)) { in uncore_reset()
[all …]