Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_phys.c1024 vm_phys_seg_paddr_to_vm_page(struct vm_phys_seg *seg, vm_paddr_t pa) in vm_phys_seg_paddr_to_vm_page() function
1041 return (vm_phys_seg_paddr_to_vm_page(seg, pa)); in vm_phys_paddr_to_vm_page()
1257 m_buddy = vm_phys_seg_paddr_to_vm_page(seg, pa); in vm_phys_free_pages()
1265 m = vm_phys_seg_paddr_to_vm_page(seg, pa); in vm_phys_free_pages()
1488 bounds[0] = vm_phys_seg_paddr_to_vm_page(seg, pa_start); in vm_phys_find_range()
1532 m_set = vm_phys_seg_paddr_to_vm_page(seg, pa); in vm_phys_unfree_page()
1558 m_tmp = vm_phys_seg_paddr_to_vm_page(seg, pa_half); in vm_phys_unfree_page()
1561 m_set = vm_phys_seg_paddr_to_vm_page(seg, pa_half); in vm_phys_unfree_page()
H A Dvm_phys.h78 vm_page_t vm_phys_seg_paddr_to_vm_page(struct vm_phys_seg *seg, vm_paddr_t pa);
H A Dvm_page.c802 m = vm_phys_seg_paddr_to_vm_page(seg, startp); in vm_page_startup()
838 m = vm_phys_seg_paddr_to_vm_page(seg, startp); in vm_page_startup()