Searched refs:PG_NODUMP (Results 1 – 3 of 3) sorted by relevance
2303 flags |= PG_NODUMP; in vm_page_alloc_domain_after()2504 flags |= PG_NODUMP; in vm_page_alloc_contig_domain()2521 m->flags = (m->flags | PG_NODUMP) & flags; in vm_page_alloc_contig_domain()2577 flags = ((req & VM_ALLOC_NODUMP) != 0 ? PG_NODUMP : 0) | in vm_page_alloc_noobj_domain()2756 flags |= PG_NODUMP; in vm_page_alloc_noobj_contig_domain()2768 m->flags = (m->flags | PG_NODUMP) & flags; in vm_page_alloc_noobj_contig_domain()3119 if ((m->flags & PG_NODUMP) != 0) in vm_page_reclaim_run()
459 #define PG_NODUMP 0x10 /* don't include this page in a dump */ macro
1900 return ((m->flags & PG_NODUMP) == 0); in vm_phys_is_dumpable()