Searched refs:vm_phys_alloc_pages (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/vm/ |
| H A D | vm_phys.h | 67 vm_page_t vm_phys_alloc_pages(int domain, int pool, int order);
|
| H A D | vm_reserv.c | 860 m = vm_phys_alloc_pages(domain, VM_FREEPOOL_DEFAULT, in vm_reserv_alloc_page()
|
| H A D | vm_phys.c | 854 vm_phys_alloc_pages(int domain, int pool, int order) in vm_phys_alloc_pages() function
|
| H A D | vm_page.c | 2059 m = vm_phys_alloc_pages(domain, VM_FREEPOOL_DEFAULT, 0); in vm_page_alloc_domain_after() 2366 m = vm_phys_alloc_pages(domain, VM_FREEPOOL_DIRECT, 0); in _vm_page_alloc_noobj_domain()
|