Searched refs:help_call_map_fn__memobject__inherit (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 1334 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 1348 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE, false, s… in call_map_fn__memobject_fixed__inherit() 1354 …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() 1360 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_ANYWHERE, false, start, size, inheri… in call_map_fn__memobject_anywhere__inherit()
|
| /xnu-12377.81.4/tests/vm/ |
| H A D | vm_parameter_validation.c | 845 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 859 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_FIXED | VM_FLAGS_OVERWRITE, false, s… in call_map_fn__memobject_fixed__inherit() 865 …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() 871 …return help_call_map_fn__memobject__inherit(fn, map, VM_FLAGS_ANYWHERE, false, start, size, inheri… in call_map_fn__memobject_anywhere__inherit()
|