Home
last modified time | relevance | path

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

/hal_xtensa-latest/src/hal/
Dmpu.c656 int cmemType = XTHAL_MPU_ENTRY_GET_MEMORY_TYPE(fg[ip]); in safe_region() local
658 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()