Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/arm64/
H A Dmonotonic_arm64.c321 #define MAX_NMONITORS MAX_CPU_CLUSTERS macro
322 static uintptr_t cpm_impl[MAX_NMONITORS] = {};
324 #define MAX_NMONITORS (1) macro
378 } uc_cpu_masks[MAX_NMONITORS];
413 } uncore_monitors[MAX_NMONITORS];
463 if (monid >= MAX_NMONITORS) { in uncmon_is_remote()
464 panic("monotonic: %s: invalid monid %u (> %u)", __FUNCTION__, monid, MAX_NMONITORS); in uncmon_is_remote()
780 static uintptr_t acc_impl[MAX_NMONITORS] = {};