Searched refs:uvm_vm_page_to_phys (Results 1 – 5 of 5) sorted by relevance
376 paddr_t uvm_vm_page_to_phys(const struct vm_page *);405 #define VM_PAGE_TO_PHYS(entry) uvm_vm_page_to_phys(entry)
675 uvm_vm_page_to_phys(const struct vm_page *pg) in uvm_vm_page_to_phys() function
272 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()
154 const paddr_t paddr = uvm_vm_page_to_phys(&page->p_vmp); in kmap_atomic()
1073 uvm_vm_page_to_phys(const struct vm_page *pg) in uvm_vm_page_to_phys() function