Searched refs:start_pva (Results 1 – 1 of 1) sorted by relevance
1460 uintptr_t start_pva, end_pva, pva, p1; in t4_alloc_page_pods_for_buf() local1473 start_pva = trunc_page(buf); in t4_alloc_page_pods_for_buf()1475 pva = start_pva; in t4_alloc_page_pods_for_buf()1504 npages += (end_pva - start_pva) >> pr->pr_page_shift[idx]; in t4_alloc_page_pods_for_buf()1531 uintptr_t start_pva, end_pva, pva, p1 ; in t4_alloc_page_pods_for_sgl() local1550 start_pva = trunc_page(buf); in t4_alloc_page_pods_for_sgl()1552 pva = start_pva; in t4_alloc_page_pods_for_sgl()1584 start_pva = trunc_page((vm_offset_t)sgl->addr); in t4_alloc_page_pods_for_sgl()1586 npages += (end_pva - start_pva) >> pr->pr_page_shift[idx]; in t4_alloc_page_pods_for_sgl()