freebsd-nq/sys/vm
Ian Dowse 23f09d50bb Avoid using the 64-bit vm_pindex_t in a few places where 64-bit
types are not required, as the overhead is unnecessary:

 o In the i386 pmap_protect(), `sindex' and `eindex' represent page
   indices within the 32-bit virtual address space.
 o In swp_pager_meta_build() and swp_pager_meta_ctl(), use a temporary
   variable to store the low few bits of a vm_pindex_t that gets used
   as an array index.
 o vm_uiomove() uses `osize' and `idx' for page offsets within a
   map entry.
 o In vm_object_split(), `idx' is a page offset within a map entry.
2002-06-26 20:32:51 +00:00
..
default_pager.c
device_pager.c Complete the initial set of VM changes required to support full 2002-06-25 22:14:06 +00:00
phys_pager.c o Remove GIANT_REQUIRED from phys_pager_alloc(). If handle isn't NULL, 2002-06-22 07:54:42 +00:00
pmap.h
swap_pager.c Avoid using the 64-bit vm_pindex_t in a few places where 64-bit 2002-06-26 20:32:51 +00:00
swap_pager.h
uma_core.c Reduce the amount of code that runs with the zone lock held in slab_zalloc(). 2002-06-25 21:04:50 +00:00
uma_dbg.c
uma_dbg.h
uma_int.h
uma.h - Remove bogus use of kmem_alloc that was inherited from the old zone 2002-06-19 20:49:44 +00:00
vm_contig.c
vm_extern.h
vm_fault.c At long last, commit the zero copy sockets code. 2002-06-26 03:37:47 +00:00
vm_glue.c o Remove GIANT_REQUIRED from vslock(). 2002-06-22 01:26:02 +00:00
vm_init.c
vm_kern.c o Remove GIANT_REQUIRED from kmem_alloc_pageable(), kmem_alloc_nofault(), 2002-06-23 18:07:40 +00:00
vm_kern.h
vm_map.c Avoid using the 64-bit vm_pindex_t in a few places where 64-bit 2002-06-26 20:32:51 +00:00
vm_map.h o Eliminate vmspace::vm_minsaddr. It's initialized but never used. 2002-06-25 18:14:38 +00:00
vm_meter.c
vm_mmap.c Part I of RLIMIT_VMEM implementation. Implement core functionality for 2002-06-26 00:29:28 +00:00
vm_object.c Avoid using the 64-bit vm_pindex_t in a few places where 64-bit 2002-06-26 20:32:51 +00:00
vm_object.h At long last, commit the zero copy sockets code. 2002-06-26 03:37:47 +00:00
vm_page.c At long last, commit the zero copy sockets code. 2002-06-26 03:37:47 +00:00
vm_page.h At long last, commit the zero copy sockets code. 2002-06-26 03:37:47 +00:00
vm_pageout.c
vm_pageout.h
vm_pageq.c
vm_pager.c o Remove GIANT_REQUIRED from vm_pager_allocate() and vm_pager_deallocate(). 2002-06-21 05:04:56 +00:00
vm_pager.h
vm_param.h
vm_swap.c
vm_unix.c Part I of RLIMIT_VMEM implementation. Implement core functionality for 2002-06-26 00:29:28 +00:00
vm_zeroidle.c
vm.h
vnode_pager.c o Replace GIANT_REQUIRED in vnode_pager_alloc() by the acquisition and 2002-06-22 07:28:06 +00:00
vnode_pager.h