Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dvm_page.h538 #define VM_ALLOC_SYSTEM 2 macro
564 VM_ALLOC_SYSTEM; in malloc2vm_flags()
H A Dvm_swapout.c610 oom_alloc = (p->p_flag & P_WKILLED) != 0 ? VM_ALLOC_SYSTEM : in faultin()
H A Dvm_page.c2030 else if (req_class == VM_ALLOC_SYSTEM) in _vm_domain_allocate()
2068 req_class = VM_ALLOC_SYSTEM; in vm_domain_allocate()
2987 req_class = VM_ALLOC_SYSTEM; in vm_page_reclaim_contig_domain()
2996 vmd->vmd_interrupt_free_min && req_class == VM_ALLOC_SYSTEM) || in vm_page_reclaim_contig_domain()
H A Dvm_fault.c1125 VM_ALLOC_SYSTEM : VM_ALLOC_NORMAL; in vm_fault_allocate()
H A Duma_core.c1754 flags = VM_ALLOC_SYSTEM | VM_ALLOC_WIRED | VM_ALLOC_NOOBJ | in pcpu_page_alloc()
/f-stack/freebsd/x86/iommu/
H A Dintel_utils.c266 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP | in dmar_pgalloc()
/f-stack/freebsd/kern/
H A Dvfs_bio.c3085 VM_ALLOC_SYSTEM | VM_ALLOC_IGN_SBUSY | in vfs_vmio_extend()
4901 p = vm_page_alloc(NULL, 0, VM_ALLOC_SYSTEM | VM_ALLOC_NOOBJ | in vm_hold_load_pages()