NetBSD/sys/vm
christos d0fd3d7e62 Don't declare pmap_page_index for now. It will break the arm port.
This clearly needs to be fixed. I would like to declare it:

    __pure u_int     pmap_page_index __P((vm_offset_t));

but at least the arm port wants it signed [since it tests for -1 all over
the place]. Can we have this fixed please?
1996-02-10 00:30:39 +00:00
..
device_pager.c One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
device_pager.h
kern_lock.c
lock.h
pmap.h Don't declare pmap_page_index for now. It will break the arm port. 1996-02-10 00:30:39 +00:00
swap_pager.c One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
swap_pager.h
vm.h
vm_conf.h VM prototype changes 1996-02-05 01:53:47 +00:00
vm_extern.h One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
vm_fault.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_glue.c One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
vm_inherit.h
vm_init.c
vm_kern.c kernel_pmap --> pmap_kernel() 1995-04-10 16:48:27 +00:00
vm_kern.h
vm_map.c One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
vm_map.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_meter.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_mmap.c One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
vm_object.c One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
vm_object.h KERNEL -> _KERNEL 1995-03-29 21:57:43 +00:00
vm_page.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_page.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_pageout.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_pageout.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_pager.c One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
vm_pager.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_param.h KERNEL -> _KERNEL 1995-03-26 20:35:13 +00:00
vm_prot.h
vm_swap.c VM prototype changes 1996-02-05 01:53:47 +00:00
vm_unix.c One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
vm_user.c Extend use of vm_object_prefer() to vm_allocate_with_pager(). 1995-12-05 22:54:36 +00:00
vnode_pager.c One more cleanup pass to change %x to %p for pointers 1996-02-10 00:07:59 +00:00
vnode_pager.h