Home
last modified time | relevance | path

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

/netbsd-src/sys/uvm/
H A Duvm_page.h376 paddr_t uvm_vm_page_to_phys(const struct vm_page *);
405 #define VM_PAGE_TO_PHYS(entry) uvm_vm_page_to_phys(entry)
H A Duvm_page.c675 uvm_vm_page_to_phys(const struct vm_page *pg) in uvm_vm_page_to_phys() function
/netbsd-src/sys/arch/xen/xen/
H A Dxengnt.c272 pages[i] = atop(uvm_vm_page_to_phys(pg)); in xengnt_map_status()
330 pages[gnt_nr_grant_frames] = atop(uvm_vm_page_to_phys(pg)); in xengnt_more_entries()
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_kmap.c154 const paddr_t paddr = uvm_vm_page_to_phys(&page->p_vmp); in kmap_atomic()
/netbsd-src/sys/rump/librump/rumpkern/
H A Dvm.c1073 uvm_vm_page_to_phys(const struct vm_page *pg) in uvm_vm_page_to_phys() function