Searched refs:uncore_add (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.121.3/tests/ |
| H A D | monotonic_uncore.c | 140 uncore_add(int fd, uint64_t event, uint64_t allowed_ctrs, int error) in uncore_add() function 177 ctr = uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_MAX, 0); 180 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1) << ctr, ENOSPC); 202 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_MAX, 0); 205 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_MAX, EBUSY); 216 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), 0); 217 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), ENOSPC); 223 (void)uncore_add(fd, REF_TIMEBASE_EVENT, UINT64_C(1), 0);
|
| /xnu-8020.121.3/osfmk/arm64/ |
| H A D | monotonic_arm64.c | 849 uncore_add(struct monotonic_config *config, uint32_t *ctr_out) in uncore_add() function 1438 .mtd_add = uncore_add,
|