Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/mach/
H A Dvm_inherit.h91 #define VM_INHERIT_LAST_VALID VM_INHERIT_NONE macro
/xnu-12377.41.6/osfmk/vm/
H A Dvm_sanitize.c868 if (__improbable(*inherit > VM_INHERIT_LAST_VALID)) { in vm_sanitize_inherit()
/xnu-12377.41.6/tests/vm/configurator/
H A Dvm_configurator.c323 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()
/xnu-12377.41.6/osfmk/tests/
H A Dvm_parameter_validation.h106 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),
/xnu-12377.41.6/tests/vm/
H A Dvm_allocation.c1811 vm_inherit_t inheritances[] = {VM_INHERIT_DEFAULT, VM_INHERIT_LAST_VALID + 1, UINT_MAX}; in test_mach_vm_map_protection_inheritance_error()