Home
last modified time | relevance | path

Searched refs:maptype (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/vm/
H A Dvm_map.c558 switch(cur->maptype) { in vmspace_swap_count()
594 switch(cur->maptype) { in vmspace_anonymous_count()
1046 switch(entry->maptype) { in vm_map_backing_attach()
1064 switch(entry->maptype) { in vm_map_backing_detach()
1116 switch(entry->maptype) { in vm_map_entry_dispose()
1313 prev_entry->maptype == maptype && in vm_map_insert()
1369 new_entry->maptype = maptype; in vm_map_insert()
1691 (prev->maptype == entry->maptype) && in vm_map_simplify_entry()
1719 (next->maptype == entry->maptype) && in vm_map_simplify_entry()
3219 switch(entry->maptype) { in vm_map_delete()
[all …]
H A Dvm_fault.c544 if (fs.entry->maptype == VM_MAPTYPE_UKSMAP) { in vm_fault()
1181 if (fs.entry->maptype == VM_MAPTYPE_UKSMAP) { in vm_fault_page()
1406 entry.maptype = VM_MAPTYPE_NORMAL; in vm_fault_object_page()
2318 switch(entry->maptype) { in vm_fault_wire()
2796 if (entry->maptype != VM_MAPTYPE_NORMAL) in vm_prefault()
3087 if (entry->maptype != VM_MAPTYPE_NORMAL) in vm_prefault_quick()
H A Dvm_mmap.c817 if (current->maptype != VM_MAPTYPE_NORMAL) in sys_mincore()
847 current->maptype == VM_MAPTYPE_NORMAL) { in sys_mincore()
1050 entry->maptype != VM_MAPTYPE_NORMAL || in sys_mlockall()
H A Dvm_map.h229 vm_maptype_t maptype; /* type of VM mapping */ member
H A Dvm_object.c1757 switch(entry->maptype) { in _vm_object_in_map()
/dragonfly/sys/vfs/procfs/
H A Dprocfs_map.c99 switch(entry->maptype) { in procfs_domap()
185 switch(entry->maptype) { in procfs_domap()
/dragonfly/usr.bin/fstat/
H A Dfstat.c415 if (entry.maptype == VM_MAPTYPE_SUBMAP) in dommap()
/dragonfly/sys/kern/
H A Dimgact_elf.c1225 if (entry->maptype != VM_MAPTYPE_NORMAL) in each_segment()