Home
last modified time | relevance | path

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

/xnu-12377.61.12/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
401 } uc_cpu_masks[MAX_NMONITORS];
436 } uncore_monitors[MAX_NMONITORS];
486 if (monid >= MAX_NMONITORS) { in uncmon_is_remote()
487 panic("monotonic: %s: invalid monid %u (> %u)", __FUNCTION__, monid, MAX_NMONITORS); in uncmon_is_remote()
848 static uintptr_t acc_impl[MAX_NMONITORS] = {};