Searched refs:address_to_pte_idx (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/staging/media/ipu3/
H A Dipu3-mmu.c149 * address_to_pte_idx - split IOVA into L1 and L2 page table indices
154 static inline void address_to_pte_idx(unsigned long iova, u32 *l1pt_idx, function
220 address_to_pte_idx(iova, &l1pt_idx, &l2pt_idx);
349 address_to_pte_idx(iova, &l1pt_idx, &l2pt_idx);

Completed in 126 milliseconds