Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/arm/
H A Dcaches.c482 if ((op == LWFlush) && (cdp->cpu_CLWFlush_req > cdp->cpu_CLWFlush_last)) { in cache_xcall_handler()
485 cdp->cpu_CLWFlush_last = abstime; in cache_xcall_handler()
571 while ((target_cdp->cpu_CLWFlush_req != 0x0ULL) && (target_cdp->cpu_CLWFlush_last < abstime)) { in cache_xcall()
H A Dcpu_data_internal.h228 volatile uint64_t cpu_CLWFlush_last; member
H A Dcpu.c374 cpu_data_ptr->cpu_CLWFlush_last = 0x0ULL; in cpu_data_init()