Searched refs:help_call_map_fn__memobject__inherit (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.41.3/tests/vm/ |
| H A D | vm_parameter_validation.c | 785 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 799 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE, false, s… in call_map_fn__memobject_fixed__inherit() 805 …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() 811 …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.41.3/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 1158 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 1172 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE, false, s… in call_map_fn__memobject_fixed__inherit() 1178 …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() 1184 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_ANYWHERE, false, start, size, inheri… in call_map_fn__memobject_anywhere__inherit()
|