Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/arm64/
H A Dmonotonic_arm64.c330 #define MAX_NMONITORS MAX_CPU_CLUSTERS macro
331 static uintptr_t cpm_impl[MAX_NMONITORS] = {};
333 #define MAX_NMONITORS (1) macro
387 } uc_cpu_masks[MAX_NMONITORS];
422 } uncore_monitors[MAX_NMONITORS];
472 if (monid >= MAX_NMONITORS) { in uncmon_is_remote()
473 panic("monotonic: %s: invalid monid %u (> %u)", __FUNCTION__, monid, MAX_NMONITORS); in uncmon_is_remote()
834 static uintptr_t acc_impl[MAX_NMONITORS] = {};