Home
last modified time | relevance | path

Searched refs:pva (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1458 uintptr_t start_pva, end_pva, pva, p1; in t4_alloc_page_pods_for_buf() local
1473 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() local
1550 pva = start_pva; in t4_alloc_page_pods_for_sgl()
1551 while (pva <= end_pva) { in t4_alloc_page_pods_for_sgl()
[all …]
/freebsd/sys/powerpc/booke/
H A Dpmap_32.c600 pte_find_next(pmap_t pmap, vm_offset_t *pva) in pte_find_next() argument
609 va = *pva; in pte_find_next()
620 *pva = PDIR_SIZE * i + PAGE_SIZE * j; in pte_find_next()
H A Dpmap_64.c253 pte_find_next(pmap_t pmap, vm_offset_t *pva) in pte_find_next() argument
262 va = *pva; in pte_find_next()
284 *pva = va + PG_ROOT_SIZE * i + in pte_find_next()
/freebsd/contrib/libpcap/
H A DCREDITS225 Peter Volkov <pva at gentoo dot org>
/freebsd/contrib/tcpdump/
H A DCREDITS275 Peter Volkov <pva at gentoo dot org>