Lines Matching refs:VM_PAGE_TO_PHYS
775 (VM_PAGE_TO_PHYS(m) & in vm_phys_enq_beg()
812 ((VM_PAGE_TO_PHYS(m) + npages * PAGE_SIZE) & in vm_phys_enq_range()
1252 pa = VM_PAGE_TO_PHYS(m); in vm_phys_free_pages()
1398 lo = atop(VM_PAGE_TO_PHYS(m)); in vm_phys_enqueue_contig()
1435 lo = atop(VM_PAGE_TO_PHYS(m)); in vm_phys_free_contig()
1601 if (VM_PAGE_TO_PHYS(m) < MAX(low, seg->start)) in vm_phys_find_freelist_contig()
1603 if (VM_PAGE_TO_PHYS(m) >= max_size && in vm_phys_find_freelist_contig()
1604 VM_PAGE_TO_PHYS(m) - max_size >= MAX(low, seg->start) && in vm_phys_find_freelist_contig()
1614 while (!vm_addr_ok(VM_PAGE_TO_PHYS(m_ret), in vm_phys_find_freelist_contig()
1616 VM_PAGE_TO_PHYS(m_ret) + size <= MIN(high, seg->end) && in vm_phys_find_freelist_contig()
1625 if (VM_PAGE_TO_PHYS(m_ret) + size > MIN(high, seg->end)) in vm_phys_find_freelist_contig()
1675 pa = VM_PAGE_TO_PHYS(m_ret); in vm_phys_find_queues_contig()
1772 pa_start = VM_PAGE_TO_PHYS(m_run); in vm_phys_alloc_contig()