看板 FB_hackers 關於我們 聯絡資訊
Hi,=20 =20 I want to map device memory into the same virtual address range in multiple processes, this means I would have to add a vm_map_entry per address range in every process, since the list of processes can be potentially huge .. Is it allowed to point to the same list of vm_map_entrys from multiple vm_spaces ? BSD3 had a field in the vm_map_entry that could be a share map - would it be an idea that I could reuse ? =20 Nikhil _______________________________________________ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"