Searched refs:pva (Results 1 – 3 of 3) sorted by relevance
735 uintptr_t start_pva, end_pva, pva, p1; in t4_alloc_page_pods_for_buf() local750 pva = start_pva; in t4_alloc_page_pods_for_buf()751 while (pva <= end_pva) { in t4_alloc_page_pods_for_buf()753 p1 = pmap_kextract(pva); in t4_alloc_page_pods_for_buf()754 pva += PAGE_SIZE; in t4_alloc_page_pods_for_buf()755 while (pva <= end_pva && p1 + seglen == pmap_kextract(pva)) { in t4_alloc_page_pods_for_buf()757 pva += PAGE_SIZE; in t4_alloc_page_pods_for_buf()897 uintptr_t end_pva, pva, pa; in t4_write_page_pods_for_buf() local907 pva = trunc_page(buf); in t4_write_page_pods_for_buf()942 if (pva > end_pva) in t4_write_page_pods_for_buf()[all …]
117 Peter Volkov <pva at gentoo dot org>
160 Peter Volkov <pva at gentoo dot org>