Lines Matching defs:pte_count
697 unsigned int pte_count;
702 for (pte_count = 0; pte_count < pte_total; pte_count++) {
703 u32 pte = pte_addr[pte_count];
707 pte_addr[pte_count] = rk_mk_pte_invalid(pte);
710 rk_table_flush(rk_domain, pte_dma, pte_count);
712 return pte_count * SPAGE_SIZE;
719 unsigned int pte_count;
725 for (pte_count = 0; pte_count < pte_total; pte_count++) {
726 u32 pte = pte_addr[pte_count];
731 pte_addr[pte_count] = rk_mk_pte(paddr, prot);
750 pte_count * SPAGE_SIZE);
752 iova += pte_count * SPAGE_SIZE;
753 page_phys = rk_pte_page_address(pte_addr[pte_count]);