NetBSD/sys/vm
thorpej 2580d306ab Change the vm_map's "entries_pageable" member to a r/o flags member, which
has PAGEABLE and INTRSAFE flags.  PAGEABLE now really means "pageable",
not "allocate vm_map_entry's from non-static pool", so update all map
creations to reflect that.  INTRSAFE maps are maps that are used in
interrupt context (e.g. kmem_map, mb_map), and thus use the static
map entry pool (XXX as does kernel_map, for now).  This will eventually
change now these maps are locked, as well.
1999-05-26 19:16:28 +00:00
..
Makefile
pglist.h
pmap.h Make a slight modification of pmap_growkernel() -- it now returns the 1999-05-20 23:25:42 +00:00
vm_conf.h
vm_extern.h Allow the caller to specify a stack for the child process. If NULL, 1999-05-13 21:58:32 +00:00
vm_inherit.h
vm_kern.h
vm_map.h Change the vm_map's "entries_pageable" member to a r/o flags member, which 1999-05-26 19:16:28 +00:00
vm_object.h
vm_page.h
vm_pageout.h
vm_pager.h
vm_param.h Check to see if TRUE and FALSE are already defined before blindly 1999-04-11 00:59:07 +00:00
vm_prot.h
vm_swap.h
vm.h