Searched refs:vm_phys_alloc_contig (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/vm/
H A Dvm_phys.h73 vm_page_t vm_phys_alloc_contig(u_long npages, vm_paddr_t low, vm_paddr_t high,
H A Dvm_reserv.c433 m = vm_phys_alloc_contig(allocpages, low, high, ulmax(alignment,
H A Dvm_phys.c989 vm_phys_alloc_contig(u_long npages, vm_paddr_t low, vm_paddr_t high, function
1002 ("vm_phys_alloc_contig: size must not be 0"));
1004 ("vm_phys_alloc_contig: alignment must be a power of 2"));
1006 ("vm_phys_alloc_contig: boundary must be a power of 2"));
H A Dvm_page.c1817 m_ret = vm_phys_alloc_contig(npages, low, high,

Completed in 52 milliseconds