| /xnu-11215/libkern/libkern/amfi/ |
| H A D | amfi.h | 140 const TrustCacheRuntime_t *runtime, 146 TrustCacheRuntime_t *runtime, 154 TrustCacheRuntime_t *runtime, 170 const TrustCacheRuntime_t *runtime,
|
| /xnu-11215/doc/building/ |
| H A D | xnu_build_consolidation.md | 34 registers and applying fix-ups at various points during boot or elsewhere at runtime. 39 performing runtime checks. The latter is possible because both the ARM architecture and the Apple's 40 extensions provide r/o registers that can be checked at runtime to discover supported features as w… 43 ### Obtaining cache geometry parameters at runtime 52 ### Performing CPU/Revision-specific checks at runtime 81 ### Checking for feature compatibility at runtime 88 the preferred approach is to compile them in, but perform runtime checks to enable/disable them, po… 92 ml_feature_supported(), that may be used to check for the presence of a feature at runtime. 125 to be queried at runtime through the `ml_` API. 129 time macro rather than relying on runtime checks. [all …]
|
| H A D | bound_checks.md | 83 compile-time that bounds could be known at runtime (if necessary) for all 85 to fail at runtime. The first step to adopting -fbounds-safety is making code 115 would manifest as opaque runtime crashes instead of compile-time errors.
|
| /xnu-11215/EXTERNAL_HEADERS/CoreEntitlements/ |
| H A D | Serialization.h | 124 CEError_t CESerializeWithOptions(const CERuntime_t runtime, CEValidationOptions* options, CESeriali… 145 CEError_t CESerialize(const CERuntime_t runtime, CESerializedElement_t elements[__counted_by(elemen… 166 CEError_t CESerializeXML(const CERuntime_t runtime, CESerializedElement_t elements[__counted_by(ele…
|
| H A D | der_vm.h | 31 CERuntime_t runtime; member
|
| /xnu-11215/bsd/netinet/ |
| H A D | tcp_timer.c | 1947 diff = timer_diff(listp->runtime, 0, runtime, 0); in need_to_resched_timerlist() 1980 if (listp->runtime == 0) { in tcp_sched_timerlist() 1981 listp->runtime++; in tcp_sched_timerlist() 2101 if (tp->tentry.runtime == 0) { in tcp_run_conn_timer() 2102 tp->tentry.runtime++; in tcp_run_conn_timer() 2178 uint32_t runtime = te->runtime; in tcp_run_timerlist() local 2453 if (tp->tentry.runtime == 0) { in tcp_set_lotimer_index() 2454 tp->tentry.runtime++; in tcp_set_lotimer_index() 2807 tp->tentry.runtime = tcp_now + in tcp_enable_read_probe() 2817 tp->tentry.runtime = tcp_now + in tcp_enable_read_probe() [all …]
|
| H A D | tcp_timer.h | 242 uint32_t runtime; /* deadline at which the first timer has to fire */ member 252 uint32_t runtime; /* time at which this list is going to run */ member
|
| /xnu-11215/tests/ |
| H A D | perf_vmfault.c | 64 static dt_stat_time_t runtime; variable 327 T_STAT_MEASURE(runtime) { in execute_threads() 371 runtime = dt_stat_time_create(metric_str); in run_test() 373 while (!dt_stat_stable(runtime)) { in run_test() 379 dt_stat_finalize(runtime); in run_test() 380 … variant_str[mapping_variant], (double)memsize / (1024 * 1024) / dt_stat_mean((dt_stat_t)runtime)); in run_test()
|
| /xnu-11215/san/memory/ |
| H A D | kasan-blacklist | 3 # the AddressSanitizer runtime itself, or because the code executes before 4 # the runtime has been initialized.
|
| H A D | kasan-blacklist-arm64 | 5 # Exclude KASan runtime
|
| /xnu-11215/config/ |
| H A D | Kcov_disabled.exports | 2 # This export file is used when kcov runtime is disabled in kernel.
|
| H A D | MASTER | 538 options CONFIG_BLOCKS # Blocks runtime # <config_blocks> 539 options CONFIG_KXLD # kxld/runtime linking of kexts # <config_kxld> 545 options CONFIG_STATIC_CPPINIT # Static library initializes kext cpp runtime # <config_sta…
|
| /xnu-11215/osfmk/i386/AT386/ |
| H A D | model_dep.c | 356 EFI_RUNTIME_SERVICES_64 *runtime; in efi_set_tables_64() local 392 runtime = (EFI_RUNTIME_SERVICES_64 *) (uintptr_t)system_table->RuntimeServices; in efi_set_tables_64() 393 DPRINTF("Checking runtime services table %p\n", runtime); in efi_set_tables_64() 394 if (runtime->Hdr.Signature != EFI_RUNTIME_SERVICES_SIGNATURE) { in efi_set_tables_64() 400 hdr_cksum = runtime->Hdr.CRC32; in efi_set_tables_64() 401 runtime->Hdr.CRC32 = 0; in efi_set_tables_64() 402 cksum = crc32(0L, runtime, runtime->Hdr.HeaderSize); in efi_set_tables_64() 405 runtime->Hdr.CRC32 = hdr_cksum; in efi_set_tables_64() 411 gPEEFIRuntimeServices = runtime; in efi_set_tables_64()
|
| /xnu-11215/san/coverage/ |
| H A D | kcov-blacklist-arm64 | 3 # Exclude KASan runtime
|
| H A D | kcov-blacklist | 11 # Exclude KASan runtime
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.def | 484 $(error "Sanitizer runtime should not be enabled for RELEASE kernel.") 571 # The Undefined Behavior sanitizer runtime is always built as part of, and only for, 576 # runtime that emulates trap mode (but makes it recoverable). 586 UBSAN_CHECKS_FATAL = # fatal (calls runtime, must not ret… 587 …KS_TRAP = vla-bound builtin # emit a trap instruction (no runtime support) 588 UBSAN_DISABLED += vptr function # requires unsupported C++ runtime 617 UBSAN_RUNTIME = -fsanitize-minimal-runtime -fsanitize-ignorelist=$(UBSAN_BLACKLIST) 686 # When making non-compatible changes to the XNU runtime, it can be useful to build 687 # a KASAN kernel + runtime, but linked against a DEVELOPMENT kernel cache. 831 # for a 16KB page runtime, and we wish to use the first virtual block [all …]
|
| H A D | MakeInc.san | 6 # linking and installing sanitizer runtime support.
|
| /xnu-11215/libsyscall/mach/ |
| H A D | err_libkern.sub | 46 "(libkern/metaclass) runtime internal error", /* 1 */ 48 "(libkern/metaclass) OSMetaClass::preModLoad() not called, runtime internal error", /* 3 */
|
| /xnu-11215/libkern/kmod/ |
| H A D | README | 2 # Subtle combination of files and libraries make up the C++ runtime system for
|
| /xnu-11215/osfmk/kern/ |
| H A D | cs_blobs.h | 250 uint32_t runtime; member
|
| /xnu-11215/doc/allocators/ |
| H A D | read-only.md | 12 managed directly affects runtime security decisions. 34 mechanism, but unfortunately that doesn't cater for dynamic runtime
|
| /xnu-11215/libkern/conf/ |
| H A D | Makefile.template | 76 runtime.cpo_CXXWARNFLAGS_ADD += -Wno-cast-qual
|
| H A D | files | 136 libkern/libclosure/runtime.cpp optional config_blocks
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOWorkGroup.iig | 76 …* @param userClient Userclient to create the workgroup in. The DriverKit runtime will retai…
|
| /xnu-11215/doc/lifecycle/ |
| H A D | startup.md | 283 - Middle: Initialize tightbeam runtime
|