Searched refs:cpu_CLWFlush_req (Results 1 – 3 of 3) sorted by relevance
381 cpu_data_ptr->cpu_CLWFlush_req = 0; in platform_cache_idle_enter()482 if ((op == LWFlush) && (cdp->cpu_CLWFlush_req > cdp->cpu_CLWFlush_last)) { in cache_xcall_handler()526 target_cdp->cpu_CLWFlush_req = abstime; in cache_xcall()533 target_cdp->cpu_CLWFlush_req = 0x0ULL; in cache_xcall()546 target_cdp->cpu_CLWFlush_req = 0x0ULL; in cache_xcall()571 while ((target_cdp->cpu_CLWFlush_req != 0x0ULL) && (target_cdp->cpu_CLWFlush_last < abstime)) { in cache_xcall()
366 cpu_data_ptr->cpu_CLWFlush_req = 0x0ULL; in cpu_data_init()502 cpu_data_ptr->cpu_CLWFlush_req = 0; in ml_arm_sleep()
227 volatile uint64_t cpu_CLWFlush_req; member