Searched refs:strict (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.61.12/libsyscall/mach/ |
| H A D | mach_port.c | 698 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.61.12/san/tools/ |
| H A D | kstksz | 6 local strict = require 'strict'
|
| /xnu-12377.61.12/osfmk/mach/ |
| H A D | mach_traps.h | 275 boolean_t strict 845 PAD_ARG_(boolean_t, strict);
|
| H A D | mach_port.defs | 607 strict : boolean_t); 661 * only if it is not a strict guard.
|
| /xnu-12377.61.12/makedefs/ |
| H A D | MakeInc.def | 205 -Wno-cast-function-type-strict \ 206 -Wno-incompatible-function-pointer-types-strict \ 230 WARNFLAGS_STD := $(WARNFLAGS_STD) -Wno-incompatible-function-pointer-types-strict 232 WARNFLAGS_STD := $(WARNFLAGS_STD) -Wno-cast-function-type-strict 433 …$(ARM64_EXTRA_BUILD_FLAGS) -mno-implicit-sme -momit-leaf-frame-pointer -fno-strict-aliasing -D__AP…
|
| /xnu-12377.61.12/osfmk/ipc/ |
| H A D | mach_kernelrpc.c | 389 args->name, args->guard, args->strict); in _kernelrpc_mach_port_guard_trap()
|
| H A D | mach_port.c | 2722 boolean_t strict) in mach_port_guard() argument 2746 if (strict) { in mach_port_guard()
|
| /xnu-12377.61.12/doc/mach_ipc/ |
| H A D | guard_exceptions.md | 156 `mach_port_swap_guard()` is used against a Mach Port using a strict guard (a
|
| /xnu-12377.61.12/doc/arm/ |
| H A D | sme.md | 156 module (`locore.s`) where we have strict control over code generation, and can
|
| /xnu-12377.61.12/ |
| H A D | APPLE_LICENSE | 239 than as expressly permitted by and in strict compliance at all times
|
| /xnu-12377.61.12/bsd/netkey/ |
| H A D | key.c | 892 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.61.12/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 61 * Deadline based scheduling allows the scheduler to define strict bounds on worst case execution la…
|