Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dmonotonic_uncore.c59 #define UNCORE_DEV_PATH "/dev/monotonic/uncore" macro
71 fd = guarded_open_np(UNCORE_DEV_PATH, &guard, in open_uncore_error()
81 T_ASSERT_POSIX_SUCCESS(fd, "open '%s'", UNCORE_DEV_PATH); in open_uncore_error()
/xnu-11215/tests/cpu_counters/
H A Dcpc_security_tests.c203 #define UNCORE_DEV_PATH "/dev/monotonic/uncore" macro
216 fd = guarded_open_np(UNCORE_DEV_PATH, &guard, in check_secure_upmu()