Home
last modified time | relevance | path

Searched refs:VM_INHERIT_LAST_VALID (Results 1 – 4 of 4) sorted by relevance

/xnu-11215.61.5/osfmk/mach/
H A Dvm_inherit.h91 #define VM_INHERIT_LAST_VALID VM_INHERIT_NONE macro
/xnu-11215.61.5/osfmk/vm/
H A Dvm_sanitize.c790 if (__improbable(*inherit > VM_INHERIT_LAST_VALID)) { in vm_sanitize_inherit()
/xnu-11215.61.5/osfmk/tests/
H A Dvm_parameter_validation.h105 static_assert(INVALID_INHERIT > VM_INHERIT_LAST_VALID, "This test requires an inheritance above the…
1044 static_assert(VM_INHERIT_LAST_VALID == VM_INHERIT_NONE,
1053 VM_INHERIT_TRIAL(VM_INHERIT_LAST_VALID + 1),
1054 VM_INHERIT_TRIAL(VM_INHERIT_LAST_VALID + 2),
/xnu-11215.61.5/tests/vm/
H A Dvm_allocation.c1738 vm_inherit_t inheritances[] = {VM_INHERIT_DEFAULT, VM_INHERIT_LAST_VALID + 1, UINT_MAX}; in test_mach_vm_map_protection_inheritance_error()