Searched refs:pva (Results 1 – 3 of 3) sorted by relevance
1460 uintptr_t start_pva, end_pva, pva, p1; in t4_alloc_page_pods_for_buf() local1475 pva = start_pva; in t4_alloc_page_pods_for_buf()1476 while (pva <= end_pva) { in t4_alloc_page_pods_for_buf()1478 p1 = pmap_kextract(pva); in t4_alloc_page_pods_for_buf()1479 pva += PAGE_SIZE; in t4_alloc_page_pods_for_buf()1480 while (pva <= end_pva && p1 + seglen == pmap_kextract(pva)) { in t4_alloc_page_pods_for_buf()1482 pva += PAGE_SIZE; in t4_alloc_page_pods_for_buf()1531 uintptr_t start_pva, end_pva, pva, p1 ; in t4_alloc_page_pods_for_sgl() local1552 pva = start_pva; in t4_alloc_page_pods_for_sgl()1553 while (pva <= end_pva) { in t4_alloc_page_pods_for_sgl()[all …]
213 Peter Volkov <pva at gentoo dot org>
275 Peter Volkov <pva at gentoo dot org>