Home
last modified time | relevance | path

Searched refs:USER_TIMEBASE_NONE (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.61.3/libsyscall/wrappers/
H A Dmach_absolute_time.s182 cmp r0, #USER_TIMEBASE_NONE // Are userspace reads supported?
258 cmp x2, #USER_TIMEBASE_NONE // Are userspace reads supported?
/xnu-10002.61.3/osfmk/arm/
H A Dcpu_capabilities.h41 #define USER_TIMEBASE_NONE 0 macro
/xnu-10002.61.3/osfmk/arm64/
H A Dmachine_routines.c2280 if (user_timebase_type() != USER_TIMEBASE_NONE) { in _enable_timebase_event_stream()