Searched refs:cmemType (Results 1 – 1 of 1) sorted by relevance
656 int cmemType = XTHAL_MPU_ENTRY_GET_MEMORY_TYPE(fg[ip]); in safe_region() local658 if (memoryType == cmemType) in safe_region()668 int need_flush = wb && (is_writeback(cmemType) && !is_writeback(memoryType)); in safe_region()669 int need_invalidate = inv && (is_cacheable(cmemType) && !is_cacheable(memoryType)); in safe_region()