Home
last modified time | relevance | path

Searched refs:VM_ALLOC_SYSTEM (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/vm/
H A Dvm_page.h488 #define VM_ALLOC_SYSTEM 2 macro
522 VM_ALLOC_SYSTEM; in malloc2vm_flags()
H A Dvm_page.c2041 else if (req_class == VM_ALLOC_SYSTEM) in _vm_domain_allocate()
2079 req_class = VM_ALLOC_SYSTEM; in vm_domain_allocate()
3233 req_class = VM_ALLOC_SYSTEM; in vm_page_reclaim_contig_domain_ext()
3244 vmd->vmd_interrupt_free_min && req_class == VM_ALLOC_SYSTEM) || in vm_page_reclaim_contig_domain_ext()
H A Dvm_fault.c1295 P_KILLED(curproc) ? VM_ALLOC_SYSTEM : 0, pages); in vm_fault_allocate()
H A Duma_core.c1968 flags = VM_ALLOC_SYSTEM | VM_ALLOC_WIRED | malloc2vm_flags(wait); in pcpu_page_alloc()
/freebsd/sys/x86/iommu/
H A Diommu_utils.c84 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP | in iommu_pgalloc()
/freebsd/sys/kern/
H A Dvfs_bio.c3161 VM_ALLOC_SYSTEM | VM_ALLOC_IGN_SBUSY | in vfs_vmio_extend()
5045 p = vm_page_alloc_noobj(VM_ALLOC_SYSTEM | VM_ALLOC_WIRED | in vm_hold_load_pages()
/freebsd/sys/dev/md/
H A Dmd.c1081 VM_ALLOC_SYSTEM); in mdstart_swap()