Searched refs:MALI_MMU_STATUS_BIT_STALL_ACTIVE (Results 1 – 2 of 2) sorted by relevance
204 …if ((mmu_status & MALI_MMU_STATUS_BIT_STALL_ACTIVE) && (0 == (mmu_status & MALI_MMU_STATUS_BIT_STA… in mali_mmu_enable_stall()246 if (0 == (status & MALI_MMU_STATUS_BIT_STALL_ACTIVE)) { in mali_mmu_disable_stall()341 & (MALI_MMU_STATUS_BIT_STALL_ACTIVE | MALI_MMU_STATUS_BIT_PAGE_FAULT_ACTIVE))); in mali_mmu_activate_address_space()
53 MALI_MMU_STATUS_BIT_STALL_ACTIVE = 1 << 2, enumerator