Searched refs:start_pva (Results 1 – 1 of 1) sorted by relevance
1458 uintptr_t start_pva, end_pva, pva, p1; in t4_alloc_page_pods_for_buf() local1471 start_pva = trunc_page(buf); in t4_alloc_page_pods_for_buf()1473 pva = start_pva; in t4_alloc_page_pods_for_buf()1502 npages += (end_pva - start_pva) >> pr->pr_page_shift[idx]; in t4_alloc_page_pods_for_buf()1529 uintptr_t start_pva, end_pva, pva, p1 ; in t4_alloc_page_pods_for_sgl() local1548 start_pva = trunc_page(buf); in t4_alloc_page_pods_for_sgl()1550 pva = start_pva; in t4_alloc_page_pods_for_sgl()1582 start_pva = trunc_page((vm_offset_t)sgl->addr); in t4_alloc_page_pods_for_sgl()1584 npages += (end_pva - start_pva) >> pr->pr_page_shift[idx]; in t4_alloc_page_pods_for_sgl()