Searched refs:virt_to_page (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dhighmem.h54 return (virt_to_page(addr));
125 kunmap(virt_to_page(vaddr));
H A Dpage.h75 #define virt_to_page(x) PHYS_TO_VM_PAGE(vtophys(x)) macro
H A Dmm.h160 return (virt_to_page(p));
H A Dscatterlist.h141 sg_set_page(sg, virt_to_page(buf), buflen,
/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dqat.h154 return (virt_to_page(addr));
/freebsd-current/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_resources.c99 pages[i] = virt_to_page(buf->page_list[i].buf);
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_page.c140 page = virt_to_page((void *)vaddr);
544 page = virt_to_page(addr);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dabd_os.c1089 vmalloc_to_page(paddr) : virt_to_page(paddr);
1198 page = virt_to_page(buf_ptr);
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_alloc.c638 pages[i] = virt_to_page(buf->page_list[i].buf);
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c346 d_page->p = virt_to_page(d_page->vaddr);

Completed in 275 milliseconds