Searched refs:pva (Results 1 – 5 of 5) sorted by relevance
1458 uintptr_t start_pva, end_pva, pva, p1; in t4_alloc_page_pods_for_buf() local1473 pva = start_pva; in t4_alloc_page_pods_for_buf()1474 while (pva <= end_pva) { in t4_alloc_page_pods_for_buf()1476 p1 = pmap_kextract(pva); in t4_alloc_page_pods_for_buf()1477 pva += PAGE_SIZE; in t4_alloc_page_pods_for_buf()1478 while (pva <= end_pva && p1 + seglen == pmap_kextract(pva)) { in t4_alloc_page_pods_for_buf()1480 pva += PAGE_SIZE; in t4_alloc_page_pods_for_buf()1529 uintptr_t start_pva, end_pva, pva, p1 ; in t4_alloc_page_pods_for_sgl() local1550 pva = start_pva; in t4_alloc_page_pods_for_sgl()1551 while (pva <= end_pva) { in t4_alloc_page_pods_for_sgl()[all …]
600 pte_find_next(pmap_t pmap, vm_offset_t *pva) in pte_find_next() argument609 va = *pva; in pte_find_next()620 *pva = PDIR_SIZE * i + PAGE_SIZE * j; in pte_find_next()
253 pte_find_next(pmap_t pmap, vm_offset_t *pva) in pte_find_next() argument262 va = *pva; in pte_find_next()284 *pva = va + PG_ROOT_SIZE * i + in pte_find_next()
225 Peter Volkov <pva at gentoo dot org>
275 Peter Volkov <pva at gentoo dot org>