Searched refs:MALI_MMU_PDE_ENTRY (Results 1 – 3 of 3) sorted by relevance
118 const int first_pde = MALI_MMU_PDE_ENTRY(mali_address); in mali_mmu_pagedir_map()119 const int last_pde = MALI_MMU_PDE_ENTRY(mali_address + size - 1); in mali_mmu_pagedir_map()188 const int first_pde = MALI_MMU_PDE_ENTRY(mali_address); in mali_mmu_pagedir_unmap()189 const int last_pde = MALI_MMU_PDE_ENTRY(mali_address + size - 1); in mali_mmu_pagedir_unmap()324 MALI_DEBUG_ASSERT_POINTER(pagedir->page_entries_mapped[MALI_MMU_PDE_ENTRY(mali_address)]); in mali_mmu_pagedir_update()325 _mali_osk_mem_iowrite32_relaxed(pagedir->page_entries_mapped[MALI_MMU_PDE_ENTRY(mali_address)], in mali_mmu_pagedir_update()337 pde_index = MALI_MMU_PDE_ENTRY(fault_addr); in mali_mmu_pagedir_diag()
30 #define MALI_MMU_PDE_ENTRY(address) (((address)>>22) & 0x03FF) macro
334 …mali_hw_core_register_write(&mmu->hw_core, MALI_MMU_REGISTER_ZAP_ONE_LINE, MALI_MMU_PDE_ENTRY(mali… in mali_mmu_invalidate_page()