Home
last modified time | relevance | path

Searched refs:PG_ZERO (Results 1 – 17 of 17) sorted by relevance

/f-stack/freebsd/arm64/arm64/
H A Duma_machdep.c57 if ((wait & M_ZERO) && (m->flags & PG_ZERO) == 0) in uma_small_alloc()
H A Dpmap.c1635 m->flags |= PG_ZERO; in pmap_add_delayed_free_list()
1637 m->flags &= ~PG_ZERO; in pmap_add_delayed_free_list()
1788 if ((m->flags & PG_ZERO) == 0) in pmap_pinit_stage()
1871 if ((m->flags & PG_ZERO) == 0) in _pmap_alloc_l3()
2190 if ((nkpg->flags & PG_ZERO) == 0) in pmap_growkernel()
2213 if ((nkpg->flags & PG_ZERO) == 0) in pmap_growkernel()
/f-stack/freebsd/amd64/amd64/
H A Duma_machdep.c59 if ((wait & M_ZERO) && (m->flags & PG_ZERO) == 0) in uma_small_alloc()
H A Dpmap.c2029 if ((m_code->flags & PG_ZERO) == 0) in pmap_bootstrap_la57()
2035 if ((m_pml5->flags & PG_ZERO) == 0) in pmap_bootstrap_la57()
2042 if ((m_pml4->flags & PG_ZERO) == 0) in pmap_bootstrap_la57()
2048 if ((m_pdp->flags & PG_ZERO) == 0) in pmap_bootstrap_la57()
2054 if ((m_pd->flags & PG_ZERO) == 0) in pmap_bootstrap_la57()
2060 if ((m_pt->flags & PG_ZERO) == 0) in pmap_bootstrap_la57()
3908 m->flags |= PG_ZERO; in pmap_add_delayed_free_list()
3910 m->flags &= ~PG_ZERO; in pmap_add_delayed_free_list()
4417 if ((m->flags & PG_ZERO) == 0) in pmap_allocpte_nosleep()
4795 if ((nkpg->flags & PG_ZERO) == 0) in pmap_growkernel()
[all …]
/f-stack/freebsd/mips/mips/
H A Duma_machdep.c77 if ((wait & M_ZERO) && (m->flags & PG_ZERO) == 0) in uma_small_alloc()
H A Dpmap.c1119 if ((m->flags & PG_ZERO) == 0) in pmap_alloc_direct_page()
/f-stack/freebsd/vm/
H A Dvm_kern.c242 if ((flags & M_ZERO) && (m->flags & PG_ZERO) == 0) in kmem_alloc_attr_domain()
322 if ((flags & M_ZERO) && (m->flags & PG_ZERO) == 0) in kmem_alloc_contig_domain()
495 if (flags & M_ZERO && (m->flags & PG_ZERO) == 0) in kmem_back_domain()
690 if ((m->flags & PG_ZERO) == 0) in kmem_init_zero_region()
H A Dvm_page.c1331 m->flags &= ~PG_ZERO; in vm_page_free()
1344 m->flags |= PG_ZERO; in vm_page_free_zero()
2150 flags |= (m->flags & PG_ZERO); in vm_page_alloc_domain_after()
2341 flags = PG_ZERO; in vm_page_alloc_contig_domain()
2488 flags = PG_ZERO; in vm_page_alloc_freelist_domain()
2868 m->flags &= ~PG_ZERO; in vm_page_reclaim_run()
2882 m->flags &= ~PG_ZERO; in vm_page_reclaim_run()
3752 if (PMAP_HAS_DMAP && (m->flags & PG_ZERO) != 0) { in vm_page_free_prep()
4470 if (allocflags & VM_ALLOC_ZERO && (m->flags & PG_ZERO) == 0) in vm_page_grab()
4802 if ((m->flags & PG_ZERO) == 0) in vm_page_grab_pages()
[all …]
H A Dphys_pager.c183 if ((m[i]->flags & PG_ZERO) == 0) in default_phys_pager_getpages()
H A Dvm_page.h461 #define PG_ZERO 0x04 /* page is zeroed */ macro
H A Dvm_fault.c1061 if ((fs->m->flags & PG_ZERO) == 0) { in vm_fault_zerofill()
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_bo.c124 if ((m->flags & PG_ZERO) == 0) in tegra_bo_alloc_contig()
/f-stack/freebsd/x86/iommu/
H A Dintel_utils.c283 if (zeroed && (m->flags & PG_ZERO) == 0) in dmar_pgalloc()
/f-stack/freebsd/i386/i386/
H A Dpmap.c1920 m->flags |= PG_ZERO; in pmap_add_delayed_free_list()
1922 m->flags &= ~PG_ZERO; in pmap_add_delayed_free_list()
2107 if ((pmap->pm_ptdpg[i]->flags & PG_ZERO) == 0) in __CONCAT()
2149 if ((m->flags & PG_ZERO) == 0) in _pmap_allocpte()
2279 if ((nkpg->flags & PG_ZERO) == 0) in __CONCAT()
5936 if ((pd_m->flags & PG_ZERO) == 0) in pmap_init_trm()
/f-stack/freebsd/kern/
H A Duipc_shm.c810 if ((m[i].flags & PG_ZERO) == 0) in shm_dotruncate_largepage()
H A Duipc_mbuf.c1717 pg_array[i]->flags &= ~PG_ZERO; in m_uiotombuf_nomap()
/f-stack/freebsd/arm/arm/
H A Dpmap-v6.c1661 if ((m->flags & PG_ZERO) == 0) in pmap_pt2pg_zero()
2585 m->flags |= PG_ZERO; in pmap_add_delayed_free_list()