Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1460 uintptr_t start_pva, end_pva, pva, p1; in t4_alloc_page_pods_for_buf() local
1475 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() local
1552 pva = start_pva; in t4_alloc_page_pods_for_sgl()
1553 while (pva <= end_pva) { in t4_alloc_page_pods_for_sgl()
[all …]
/freebsd/contrib/libpcap/
H A DCREDITS213 Peter Volkov <pva at gentoo dot org>
/freebsd/contrib/tcpdump/
H A DCREDITS275 Peter Volkov <pva at gentoo dot org>