Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 37) sorted by relevance

12

/xnu-11215/libkern/libkern/amfi/
H A Damfi.h140 const TrustCacheRuntime_t *runtime,
146 TrustCacheRuntime_t *runtime,
154 TrustCacheRuntime_t *runtime,
170 const TrustCacheRuntime_t *runtime,
/xnu-11215/doc/building/
H A Dxnu_build_consolidation.md34 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 Dbound_checks.md83 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 DSerialization.h124 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 Dder_vm.h31 CERuntime_t runtime; member
/xnu-11215/bsd/netinet/
H A Dtcp_timer.c1947 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 Dtcp_timer.h242 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 Dperf_vmfault.c64 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 Dkasan-blacklist3 # the AddressSanitizer runtime itself, or because the code executes before
4 # the runtime has been initialized.
H A Dkasan-blacklist-arm645 # Exclude KASan runtime
/xnu-11215/config/
H A DKcov_disabled.exports2 # This export file is used when kcov runtime is disabled in kernel.
H A DMASTER538 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 Dmodel_dep.c356 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 Dkcov-blacklist-arm643 # Exclude KASan runtime
H A Dkcov-blacklist11 # Exclude KASan runtime
/xnu-11215/makedefs/
H A DMakeInc.def484 $(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 DMakeInc.san6 # linking and installing sanitizer runtime support.
/xnu-11215/libsyscall/mach/
H A Derr_libkern.sub46 "(libkern/metaclass) runtime internal error", /* 1 */
48 "(libkern/metaclass) OSMetaClass::preModLoad() not called, runtime internal error", /* 3 */
/xnu-11215/libkern/kmod/
H A DREADME2 # Subtle combination of files and libraries make up the C++ runtime system for
/xnu-11215/osfmk/kern/
H A Dcs_blobs.h250 uint32_t runtime; member
/xnu-11215/doc/allocators/
H A Dread-only.md12 managed directly affects runtime security decisions.
34 mechanism, but unfortunately that doesn't cater for dynamic runtime
/xnu-11215/libkern/conf/
H A DMakefile.template76 runtime.cpo_CXXWARNFLAGS_ADD += -Wno-cast-qual
H A Dfiles136 libkern/libclosure/runtime.cpp optional config_blocks
/xnu-11215/iokit/DriverKit/
H A DIOWorkGroup.iig76 …* @param userClient Userclient to create the workgroup in. The DriverKit runtime will retai…
/xnu-11215/doc/lifecycle/
H A Dstartup.md283 - Middle: Initialize tightbeam runtime

12