Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.1.9/libsyscall/mach/
H A Dmach_port.c698 boolean_t strict) in mach_port_guard() argument
702 rv = _kernelrpc_mach_port_guard_trap(task, name, (uint64_t) guard, strict); in mach_port_guard()
705 rv = _kernelrpc_mach_port_guard(task, name, (uint64_t) guard, strict); in mach_port_guard()
/xnu-12377.1.9/san/tools/
H A Dkstksz6 local strict = require 'strict'
/xnu-12377.1.9/osfmk/mach/
H A Dmach_traps.h275 boolean_t strict
845 PAD_ARG_(boolean_t, strict);
H A Dmach_port.defs607 strict : boolean_t);
661 * only if it is not a strict guard.
/xnu-12377.1.9/makedefs/
H A DMakeInc.def198 -Wno-cast-function-type-strict \
199 -Wno-incompatible-function-pointer-types-strict
215 -Wno-error=incompatible-function-pointer-types-strict \
216 -Wno-cast-function-type-strict
417 …$(ARM64_EXTRA_BUILD_FLAGS) -mno-implicit-sme -momit-leaf-frame-pointer -fno-strict-aliasing -D__AP…
/xnu-12377.1.9/osfmk/ipc/
H A Dmach_kernelrpc.c389 args->name, args->guard, args->strict); in _kernelrpc_mach_port_guard_trap()
H A Dmach_port.c2729 boolean_t strict) in mach_port_guard() argument
2753 if (strict) { in mach_port_guard()
/xnu-12377.1.9/doc/arm/
H A Dsme.md156 module (`locore.s`) where we have strict control over code generation, and can
/xnu-12377.1.9/doc/mach_ipc/
H A Dguard_exceptions.md156 `mach_port_swap_guard()` is used against a Mach Port using a strict guard (a
/xnu-12377.1.9/
H A DAPPLE_LICENSE239 than as expressly permitted by and in strict compliance at all times
/xnu-12377.1.9/bsd/netkey/
H A Dkey.c892 bool strict = true; in key_alloc_outbound_sav_for_interface() local
910 if (strict && in key_alloc_outbound_sav_for_interface()
952 if (strict) { in key_alloc_outbound_sav_for_interface()
954 strict = false; in key_alloc_outbound_sav_for_interface()
/xnu-12377.1.9/doc/scheduler/
H A Dsched_clutch_edge.md61 * Deadline based scheduling allows the scheduler to define strict bounds on worst case execution la…