Home
last modified time | relevance | path

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

/xnu-11215.41.3/libsyscall/wrappers/
H A Dmach_continuous_time.c70 boolean_t has_cntvctss_el0 = *((uint8_t*)_COMM_PAGE_USER_TIMEBASE) == USER_TIMEBASE_NOSPEC; in _mach_continuous_hwclock()
76 boolean_t has_acntvct = *((uint8_t*)_COMM_PAGE_USER_TIMEBASE) == USER_TIMEBASE_NOSPEC_APPLE; in _mach_continuous_hwclock()
H A Dmach_absolute_time.s181 ldrb r0, [ip, #((_COMM_PAGE_USER_TIMEBASE) - (_COMM_PAGE_TIMEBASE_OFFSET))]
256 ldrb w2, [x3, #((_COMM_PAGE_USER_TIMEBASE) - (_COMM_PAGE_TIMEBASE_OFFSET))]
/xnu-11215.41.3/osfmk/arm/
H A Dcpu_capabilities.h345 #define _COMM_PAGE_USER_TIMEBASE (_COMM_PAGE_START_ADDRESS+0x090) // uint8_t … macro
/xnu-11215.41.3/osfmk/arm/commpage/
H A Dcommpage.c188 *((uint8_t*)(_COMM_PAGE_USER_TIMEBASE + _COMM_PAGE_RW_OFFSET)) = user_timebase_type(); in commpage_populate()