freebsd-skq/sys/vm
Alan Cox 4738fa0970 vm_mmap:
Insure that device mappings get MAP_PREFAULT(_PARTIAL) set,
	so that 4M page mappings are used when possible.

Reviewed by:	Luoqi Chen <luoqi@watermarkgroup.com>
1999-06-05 18:21:53 +00:00
..
default_pager.c
default_pager.h
device_pager.c Casting handles from void * to uintptr_t on the way to dev_t became 1999-05-13 12:55:37 +00:00
pmap.h
swap_pager.c
swap_pager.h
vm_extern.h
vm_fault.c
vm_glue.c
vm_inherit.h
vm_init.c
vm_kern.c Correct a problem in kmem_malloc: A kmem_malloc allowing "wait" may 1999-03-16 07:39:07 +00:00
vm_kern.h
vm_map.c Avoid the creation of unnecessary shadow objects. 1999-05-28 03:39:44 +00:00
vm_map.h Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert, 1999-05-17 00:53:56 +00:00
vm_meter.c
vm_mmap.c vm_mmap: 1999-06-05 18:21:53 +00:00
vm_object.c Addendum to 1.155. Verify the existence of the object before checking 1999-05-30 01:12:19 +00:00
vm_object.h
vm_page.c
vm_page.h
vm_pageout.c
vm_pageout.h
vm_pager.c
vm_pager.h
vm_param.h
vm_prot.h
vm_swap.c Shorten a detour around dev_t to get a udev_t created. 1999-06-01 17:11:27 +00:00
vm_unix.c
vm_zone.c
vm_zone.h
vm.h
vnode_pager.c Fix confusion of size of transfer with size of the pager. 1999-05-15 23:42:39 +00:00
vnode_pager.h