Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/arm/commpage/ !
H A Dcommpage.c782 …uint64_t *approx_time_base = (uint64_t *)(uintptr_t)(_COMM_PAGE_APPROX_TIME + _COMM_PAGE_RW_OFFSET… in commpage_update_mach_approximate_time() local
784 uint64_t saved_data = os_atomic_load_wide(approx_time_base, relaxed); in commpage_update_mach_approximate_time()
791 __unused bool ret = os_atomic_cmpxchg(approx_time_base, in commpage_update_mach_approximate_time()