2580d306ab
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. |
||
---|---|---|
.. | ||
Makefile | ||
pglist.h | ||
pmap.h | ||
vm_conf.h | ||
vm_extern.h | ||
vm_inherit.h | ||
vm_kern.h | ||
vm_map.h | ||
vm_object.h | ||
vm_page.h | ||
vm_pageout.h | ||
vm_pager.h | ||
vm_param.h | ||
vm_prot.h | ||
vm_swap.h | ||
vm.h |