aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_phys.h
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2018-04-01 04:50:05 +0000
committerJeff Roberson <jeff@FreeBSD.org>2018-04-01 04:50:05 +0000
commitc33e3a642bc7513f0e39a7b73f6d453ff8c9bb44 (patch)
tree351ddfa21ac476c566a1763752f1156b174b52d9 /sys/vm/vm_phys.h
parente8bb2dc7c9bc9d5841cc33485fa6151b9d99502e (diff)
Notes
Diffstat (limited to 'sys/vm/vm_phys.h')
-rw-r--r--sys/vm/vm_phys.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/vm/vm_phys.h b/sys/vm/vm_phys.h
index ac8e33d97c64..c7ec5119981a 100644
--- a/sys/vm/vm_phys.h
+++ b/sys/vm/vm_phys.h
@@ -78,6 +78,7 @@ vm_page_t vm_phys_alloc_contig(int domain, u_long npages, vm_paddr_t low,
vm_page_t vm_phys_alloc_freelist_pages(int domain, int freelist, int pool,
int order);
vm_page_t vm_phys_alloc_pages(int domain, int pool, int order);
+int vm_phys_alloc_npages(int domain, int pool, vm_page_t *m, int cnt);
int vm_phys_domain_match(int prefer, vm_paddr_t low, vm_paddr_t high);
int vm_phys_fictitious_reg_range(vm_paddr_t start, vm_paddr_t end,
vm_memattr_t memattr);