Searched refs:help_call_map_fn__memobject__inherit (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 1311 help_call_map_fn__memobject__inherit(map_fn_t fn, MAP_T map, int flags, bool copy, mach_vm_address_… in help_call_map_fn__memobject__inherit() function 1325 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE, false, s… in call_map_fn__memobject_fixed__inherit() 1331 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE, true, st… in call_map_fn__memobject_fixed_copy__inherit() 1337 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_ANYWHERE, false, start, size, inheri… in call_map_fn__memobject_anywhere__inherit()
|
| /xnu-11215.81.4/tests/vm/ |
| H A D | vm_parameter_validation.c | 826 help_call_map_fn__memobject__inherit(map_fn_t fn, MAP_T map, int flags, bool copy, mach_vm_address_… in help_call_map_fn__memobject__inherit() function 840 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE, false, s… in call_map_fn__memobject_fixed__inherit() 846 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE, true, st… in call_map_fn__memobject_fixed_copy__inherit() 852 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_ANYWHERE, false, start, size, inheri… in call_map_fn__memobject_anywhere__inherit()
|