Switch from the usage of vm_map_find()/vm_map_insert() to vm_map_fixed().
MFC r314487:
Use vm_map_insert() instead of vm_map_find() in elf_map_insert().
MFC r314773:
Instead of direct use of vm_map_insert(), call vm_map_fixed(MAP_CHECK_EXCL).
Switch from the usage of vm_map_find()/vm_map_insert() to vm_map_fixed(). Tags None Referenced Files None Subscribers None
Description
Details
|