Home
last modified time | relevance | path

Searched refs:VM_ALLOC_ZERO (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/vm/
H A Dvm_page.h464 #define VM_ALLOC_ZERO 0x0008 /* req pre-zero'd memory if avail */ macro
H A Dvm_fault.c1758 VM_ALLOC_USE_GD | VM_ALLOC_ZERO)); in vm_fault_object()
2915 VM_ALLOC_ZERO | in vm_prefault()
H A Dvm_page.c3754 if (flags & (VM_ALLOC_ZERO | VM_ALLOC_FORCE_ZERO)) { in vm_page_alloczwq()
3880 if (flags & (VM_ALLOC_ZERO | VM_ALLOC_FORCE_ZERO)) { in vm_page_grab()
/dragonfly/sys/dev/virtual/nvmm/
H A Dnvmm_dragonfly.c240 VM_ALLOC_SYSTEM | VM_ALLOC_ZERO | VM_ALLOC_RETRY); in os_pa_zalloc()
/dragonfly/sys/kern/
H A Dsysv_shm.c584 VM_ALLOC_ZERO); in shmget_allocate_segment()
H A Dkern_slaballoc.c1750 base_vmflags |= VM_ALLOC_ZERO; in kmem_slab_alloc()
/dragonfly/sys/dev/agp/
H A Dagp.c544 VM_ALLOC_NORMAL | VM_ALLOC_ZERO | in agp_generic_bind_memory()
H A Dintel-gtt.c1192 VM_ALLOC_ZERO | in agp_i810_alloc_memory()
/dragonfly/sys/platform/vkernel64/platform/
H A Dpmap.c1174 VM_ALLOC_ZERO); in pmap_pinit()
1369 VM_ALLOC_NORMAL | VM_ALLOC_ZERO | VM_ALLOC_RETRY); in _pmap_allocpte()