Home
last modified time | relevance | path

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

/xnu-8792.61.2/tests/
H A Dmonotonic_uncore.c137 uncore_add(int fd, uint64_t event, uint64_t allowed_ctrs, int error) in uncore_add() function
174 ctr = uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_MAX, 0);
177 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1) << ctr, ENOSPC);
199 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_MAX, 0);
202 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_MAX, EBUSY);
213 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), 0);
214 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), ENOSPC);
220 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), 0);
/xnu-8792.61.2/osfmk/arm64/
H A Dmonotonic_arm64.c846 uncore_add(struct monotonic_config *config, uint32_t *ctr_out) in uncore_add() function
1454 .mtd_add = uncore_add,