Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/arm/
H A Dcaches.c135 cache_xcall(LWFlush); in flush_dcache_syscall()
159 cache_xcall(LWFlush); in dcache_incoherent_io_flush64()
464 cache_xcall(LWFlush); in platform_cache_flush_wimg()
482 if ((op == LWFlush) && (cdp->cpu_CLWFlush_req > cdp->cpu_CLWFlush_last)) { in cache_xcall_handler()
525 if (op == LWFlush) { in cache_xcall()
532 if (op == LWFlush) { in cache_xcall()
545 if (op == LWFlush) { in cache_xcall()
570 if (op == LWFlush) { in cache_xcall()
585 if (op == LWFlush) { in cache_xcall()
H A Dcaches_internal.h44 #define LWFlush 1 macro
H A Dcpu_common.c618 cache_xcall_handler(LWFlush); in cpu_signal_handler_internal()