Home
last modified time | relevance | path

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

12

/xnu-12377.41.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,
H A Dipc_security_concepts.md74 destroyed) is an adequate way to unpin the entry, or there must be a clearly
/xnu-12377.41.6/osfmk/kern/
H A Decc.h173 uint32_t way; member
/xnu-12377.41.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 Dxnu-kernel-restricted.md30 … allows them to access kernel pointers freely, which at least gives them a way to guide attacks — …
103 However, if there is any way to access tagged memory without going through tag checks, MTE is bypas…
H A Dread-only.md24 bypasses obstacles standing in the way of the desired data.
H A Dguard-objects.md275 allocations going up — as a way to limit the amount of metadata needed.
/xnu-12377.41.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-12377.41.6/doc/debugging/
H A Dmacro_testing.md20 way a test can exercise full stack including SBAPI and expression handlers.
H A Dextensible_paniclog.md7 …exts to insert their system state into the paniclog. Currently there is no way of knowing the kext…
H A Ddebugging.md298 The easiest way to debug an exception is to re-run your macro with the `--debug` option.
/xnu-12377.41.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-12377.41.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-12377.41.6/doc/vm/
H A Dmemorystatus_notify.md90 way.
H A Dpageout_scan.md40 to keep it that way.
H A Dmemorystatus.md164 When awoken it calls `consider_vm_pressure_events` which winds its way to `memorystatus_update_vm_p…
H A Dfreezer.md64 …goes to band 75 instead of band 0. Aside from process termination the only way out of the freezer …
/xnu-12377.41.6/tools/tests/perf_index/
H A DREADME78 By default xnu builds all-way fat, but you can restrict this by explicitly
/xnu-12377.41.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-12377.41.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-12377.41.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-12377.41.6/bsd/man/man2/
H A Dgetdirentriesattr.2125 packed in exactly the same way as they are returned from
/xnu-12377.41.6/makedefs/
H A DMakeInc.kernel322 # a way of retrieving these counters from LAST anyway, so there's no harm in just

12