Searched refs:MALI_MMU_PTE_ENTRY (Results 1 – 2 of 2) sorted by relevance
171 const int first_pte = MALI_MMU_PTE_ENTRY(mali_address); in mali_mmu_zero_pte()172 const int last_pte = MALI_MMU_PTE_ENTRY(mali_address + size - 1); in mali_mmu_zero_pte()326 MALI_MMU_PTE_ENTRY(mali_address) * sizeof(u32), in mali_mmu_pagedir_update()338 pte_index = MALI_MMU_PTE_ENTRY(fault_addr); in mali_mmu_pagedir_diag()
36 #define MALI_MMU_PTE_ENTRY(address) (((address)>>12) & 0x03FF) macro