Searched refs:CPU_HAS_WRITTEN (Results 1 – 4 of 4) sorted by relevance
48 #define MM_JPEG_HAS_WRITTEN_BUF CPU_HAS_WRITTEN
194 #define CPU_HAS_WRITTEN (1 << 1) macro195 #define CPU_HAS_READ_WRITTEN (CPU_HAS_READ |CPU_HAS_WRITTEN)
3009 } else if ((buf->cache_flags & CPU_HAS_WRITTEN) == in handleCacheOps()3010 CPU_HAS_WRITTEN) { in handleCacheOps()
5178 } else if ((buf->cache_flags & CPU_HAS_WRITTEN) == in mm_stream_handle_cache_ops()5179 CPU_HAS_WRITTEN) { in mm_stream_handle_cache_ops()