Home
last modified time | relevance | path

Searched refs:VM_ALLOC_NODUMP (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/vm/
H A Dvm_page.h548 #define VM_ALLOC_NODUMP 0x2000 /* (ag) don't include in dump */ macro
568 pflags |= VM_ALLOC_NODUMP; in malloc2vm_flags()
H A Dvm_page.c2151 if ((req & VM_ALLOC_NODUMP) != 0) in vm_page_alloc_domain_after()
2342 if ((req & VM_ALLOC_NODUMP) != 0) in vm_page_alloc_contig_domain()
2810 req |= VM_ALLOC_NODUMP; in vm_page_reclaim_run()
/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 Dkern_mbuf.c1592 VM_ALLOC_NOOBJ | VM_ALLOC_NODUMP | VM_ALLOC_WIRED); in mb_alloc_ext_plus_pages()
H A Duipc_ktls.c2060 VM_ALLOC_NOOBJ | VM_ALLOC_NODUMP | VM_ALLOC_WIRED); in ktls_encrypt()
H A Duipc_mbuf.c1660 int pflags = malloc2vm_flags(how) | VM_ALLOC_NOOBJ | VM_ALLOC_NODUMP | in m_uiotombuf_nomap()