HomeFreeBSD

Switch from the usage of vm_map_find()/vm_map_insert() to vm_map_fixed().

Description

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).

Details

Provenance
kibAuthored on
Parents
rS315193: MFC r314486:
Branches
Unknown
Tags
Unknown