Home
last modified time | relevance | path

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

/xnu-8020.121.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-8020.121.3/osfmk/arm/
H A Dcpu_capabilities.h41 #define USER_TIMEBASE_NONE 0 macro
H A Dmachine_routines.c1217 return USER_TIMEBASE_NONE; in user_timebase_type()
/xnu-8020.121.3/osfmk/arm64/
H A Dmachine_routines.c2093 if (user_timebase_type() != USER_TIMEBASE_NONE) { in _enable_timebase_event_stream()