Searched refs:VM_INHERIT_LAST_VALID (Results 1 – 5 of 5) sorted by relevance
91 #define VM_INHERIT_LAST_VALID VM_INHERIT_NONE macro
868 if (__improbable(*inherit > VM_INHERIT_LAST_VALID)) { in vm_sanitize_inherit()
323 static_assert(countof(inherit_name) == VM_INHERIT_LAST_VALID + 1, in name_for_inherit()326 assert(inherit <= VM_INHERIT_LAST_VALID); in name_for_inherit()2332 assert(tmpl->inheritance <= VM_INHERIT_LAST_VALID); in create_vm_state()
106 static_assert(INVALID_INHERIT > VM_INHERIT_LAST_VALID, "This test requires an inheritance above the…963 static_assert(VM_INHERIT_LAST_VALID == VM_INHERIT_NONE,972 VM_INHERIT_TRIAL(VM_INHERIT_LAST_VALID + 1),973 VM_INHERIT_TRIAL(VM_INHERIT_LAST_VALID + 2),
1811 vm_inherit_t inheritances[] = {VM_INHERIT_DEFAULT, VM_INHERIT_LAST_VALID + 1, UINT_MAX}; in test_mach_vm_map_protection_inheritance_error()