Searched refs:MAP_PREFAULT_PARTIAL (Results 1 – 4 of 4) sorted by relevance
367 #define MAP_PREFAULT_PARTIAL 0x00000010 macro
1599 docow = MAP_PREFAULT_PARTIAL; in vm_mmap_object()
1858 if ((cow & (MAP_PREFAULT | MAP_PREFAULT_PARTIAL)) != 0) { in vm_map_insert()1860 end - start, cow & MAP_PREFAULT_PARTIAL); in vm_map_insert()2701 ((flags & MAP_PREFAULT_PARTIAL) != 0 && in vm_map_pmap_enter()
432 cow = MAP_INHERIT_SHARE | MAP_PREFAULT_PARTIAL; in kern_shmat_locked()