Searched refs:VM_INHERIT_LAST_VALID (Results 1 – 4 of 4) sorted by relevance
91 #define VM_INHERIT_LAST_VALID VM_INHERIT_NONE macro
790 if (__improbable(*inherit > VM_INHERIT_LAST_VALID)) { in vm_sanitize_inherit()
105 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),
1738 vm_inherit_t inheritances[] = {VM_INHERIT_DEFAULT, VM_INHERIT_LAST_VALID + 1, UINT_MAX}; in test_mach_vm_map_protection_inheritance_error()