NetBSD/sys/arch/xen
bouyer b75ba03dd4 Add a vm_prot_t parameter to pmap_remap_pages(), and use it for the new PTE
instead to always trying PG_RW and falling back to PG_RO if this fails.
Use uvm_map_checkprot() in IOCTL_PRIVCMD_MMAP and IOCTL_PRIVCMD_MMAP_BATCH
to compute the appropriate vm_prot_t for pmap_remap_pages().
Thanks to Jed Davis for pointing out uvm_map_checkprot().
2005-09-10 18:00:49 +00:00
..
compile
conf Define a xendevbus atttibute and add it to hypervisor. Use it for xen devices 2005-08-21 22:20:28 +00:00
i386 Add a vm_prot_t parameter to pmap_remap_pages(), and use it for the new PTE 2005-09-10 18:00:49 +00:00
include Add a vm_prot_t parameter to pmap_remap_pages(), and use it for the new PTE 2005-09-10 18:00:49 +00:00
x86 Fix a memory leak. Thanks to YAMAMOTO Takashi for the notice. 2005-08-22 11:04:10 +00:00
xen Add a vm_prot_t parameter to pmap_remap_pages(), and use it for the new PTE 2005-09-10 18:00:49 +00:00
Makefile