Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_mmu.c185 u32 mmu_status = mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS); in mali_mmu_enable_stall() local
187 if (0 == (mmu_status & MALI_MMU_STATUS_BIT_PAGING_ENABLED)) { in mali_mmu_enable_stall()
192 if (mmu_status & MALI_MMU_STATUS_BIT_PAGE_FAULT_ACTIVE) { in mali_mmu_enable_stall()
200 mmu_status = mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS); in mali_mmu_enable_stall()
201 if (mmu_status & MALI_MMU_STATUS_BIT_PAGE_FAULT_ACTIVE) { in mali_mmu_enable_stall()
204 …if ((mmu_status & MALI_MMU_STATUS_BIT_STALL_ACTIVE) && (0 == (mmu_status & MALI_MMU_STATUS_BIT_STA… in mali_mmu_enable_stall()
207 if (0 == (mmu_status & (MALI_MMU_STATUS_BIT_PAGING_ENABLED))) { in mali_mmu_enable_stall()
216 if (mmu_status & MALI_MMU_STATUS_BIT_PAGE_FAULT_ACTIVE) { in mali_mmu_enable_stall()
231 u32 mmu_status = mali_hw_core_register_read(&mmu->hw_core, MALI_MMU_REGISTER_STATUS); in mali_mmu_disable_stall() local
233 if (0 == (mmu_status & MALI_MMU_STATUS_BIT_PAGING_ENABLED)) { in mali_mmu_disable_stall()
[all …]