Searched refs:VM_ALLOC_NODUMP (Results 1 – 6 of 6) sorted by relevance
548 #define VM_ALLOC_NODUMP 0x2000 /* (ag) don't include in dump */ macro568 pflags |= VM_ALLOC_NODUMP; in malloc2vm_flags()
2151 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()
266 aflags = zeroed | VM_ALLOC_NOBUSY | VM_ALLOC_SYSTEM | VM_ALLOC_NODUMP | in dmar_pgalloc()
1592 VM_ALLOC_NOOBJ | VM_ALLOC_NODUMP | VM_ALLOC_WIRED); in mb_alloc_ext_plus_pages()
2060 VM_ALLOC_NOOBJ | VM_ALLOC_NODUMP | VM_ALLOC_WIRED); in ktls_encrypt()
1660 int pflags = malloc2vm_flags(how) | VM_ALLOC_NOOBJ | VM_ALLOC_NODUMP | in m_uiotombuf_nomap()