Home
last modified time | relevance | path

Searched refs:way (Results 1 – 23 of 23) sorted by relevance

/xnu-11417.121.6/doc/mach_ipc/
H A Dkmsg.md123 inline buffer of the kmsg is used to fit all parts of the mach message this way:
167 inline buffer to store the Mach message header and descriptors, this way:
288 also allocated out of line, this way:
415 Fortunately, IPC kmsgs are not ABI, and the way kernel extensions
417 - `mach_msg_send_from_kernel` to perform "one way" messaging,
/xnu-11417.121.6/osfmk/kern/
H A Decc.h173 uint32_t way; member
/xnu-11417.121.6/doc/allocators/
H A Dapi-basics.md3 The right way to allocate memory in the kernel.
38 allocating memory in such a fashion in a very compact way.
73 The first blessed way to allocate memory in the kernel is by using zones.
96 blessed way to allocate typed memory in XNU is using the typed allocator
385 The blessed way of wrapping and passing a C++ type allocation for use in the
H A Dread-only.md24 bypasses obstacles standing in the way of the desired data.
/xnu-11417.121.6/doc/building/
H A Dxnu_version.md41 The correct way to make use of the kernel version within kernel code or a
H A Dxnu_build_consolidation.md45 Although not often, the kernel may still require deriving, one way or another, parameters like cach…
46 and number of set/ways. XNU needs most of this information to perform set/way clean/invalidate oper…
89 early boot. The way these checks are performed varies from feature to feature (for example, VHE is …
/xnu-11417.121.6/doc/debugging/
H A Dmacro_testing.md20 way a test can exercise full stack including SBAPI and expression handlers.
H A Ddebugging.md298 The easiest way to debug an exception is to re-run your macro with the `--debug` option.
/xnu-11417.121.6/tools/lldbmacros/
H A DREADME.md26 lldb can be used for kernel debugging the same way as gdb. The simplest way is to start lldb with k…
154 The python modules are designed in such a way that the command from lldb invokes a python function …
208 …s are important based on some flag or value in some field or variable. The way it works is every t…
298 … This way the expressing withing ` ` is evaluated by lldb and the value is passed to the command.
/xnu-11417.121.6/doc/vm/
H A Dmemorystatus_notify.md90 way.
H A Dfreezer.md64 …goes to band 75 instead of band 0. Aside from process termination the only way out of the freezer …
H A Dmemorystatus.md164 When awoken it calls `consider_vm_pressure_events` which winds its way to `memorystatus_update_vm_p…
/xnu-11417.121.6/tests/sched/sched_test_harness/
H A DREADME.md7 The main challenge in compiling XNU scheduler code this way has been in unraveling dependencies tha…
/xnu-11417.121.6/tools/tests/perf_index/
H A DREADME78 By default xnu builds all-way fat, but you can restrict this by explicitly
/xnu-11417.121.6/doc/primitives/
H A Dstring-handling.md96 prevents confusing the two in the way that is problematic with `strlcpy`/`strlcpy_ret`,
99 * What is the correct way to transform a character buffer into a NUL-terminated
H A Datomics.md249 way more readable compare exchange loops. It also uses LL/SC constructs more
300 before the loop should be used in this way:
/xnu-11417.121.6/osfmk/tests/
H A DREADME.md77 …* T_ASSERT macros will check for condition and upon failure return with KERN_FAILURE. This way it …
/xnu-11417.121.6/doc/arm/
H A Dsme.md113 safe way to disable SME prioritization. Otherwise the exact meaning of
232 (1) The `hv_vcpu_run` trap handler returns control all the way back to the VMM
/xnu-11417.121.6/bsd/man/man2/
H A Dgetdirentriesattr.2125 packed in exactly the same way as they are returned from
/xnu-11417.121.6/makedefs/
H A DMakeInc.kernel315 # a way of retrieving these counters from LAST anyway, so there's no harm in just
/xnu-11417.121.6/iokit/DriverKit/
H A DIOService.iig333 …* The best way by far to handle this is to change how you schedule your time-critical DMA ope…
/xnu-11417.121.6/
H A DAPPLE_LICENSE36 part of a Larger Work, in any way to provide a service, including but
/xnu-11417.121.6/tests/
H A Dstackshot_tests.m2655 // having a way to verify that the coreanalytics event was received would be even better