Home
last modified time | relevance | path

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

/xnu-12377.1.9/tests/
H A Dmonotonic_uncore.c138 uncore_add(int fd, uint64_t event, uint64_t allowed_ctrs, int error) in uncore_add() function
175 ctr = uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_MAX, 0);
178 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1) << ctr, ENOSPC);
200 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_MAX, 0);
203 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_MAX, EBUSY);
214 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), 0);
215 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), ENOSPC);
221 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), 0);
/xnu-12377.1.9/osfmk/arm64/
H A Dmonotonic_arm64.c985 uncore_add(struct monotonic_config *config, uint32_t *ctr_out) in uncore_add() function
1613 .mtd_add = uncore_add,