Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dmonotonic_uncore.c142 uncore_add(int fd, uint64_t event, uint64_t allowed_ctrs, int error) in uncore_add() function
179 ctr = uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_MAX, 0);
182 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1) << ctr, ENOSPC);
204 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_MAX, 0);
207 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_MAX, EBUSY);
218 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), 0);
219 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), ENOSPC);
225 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), 0);
/xnu-8020.101.4/osfmk/arm64/
H A Dmonotonic_arm64.c849 uncore_add(struct monotonic_config *config, uint32_t *ctr_out) in uncore_add() function
1434 .mtd_add = uncore_add,