Home
last modified time | relevance | path

Searched refs:register (Results 1 – 8 of 8) sorted by relevance

/xnu-10002.41.9/doc/
H A Dxnu_build_consolidation.md46 `caches_asm.s`. The ARM architecture provides the `CCSIDR_EL1` register, which can be used in conju…
74 `MIDR_EL1` register against a CPU revision that is passed as a parameter to the macro, where applic…
89 advertised through the `AIDR_EL1` register. One of the changes is the addition of a function,
H A Datomics.md292 any store to memory (register operations are fine) within these loops,
/xnu-10002.41.9/tools/lldbmacros/core/
H A Dstandard.py147 def register(fn): function
150 return register
/xnu-10002.41.9/osfmk/mach/machine/
H A Dmachine_types.defs52 * register size the machine has. They are
/xnu-10002.41.9/tools/lldbmacros/
H A DREADME.md96 It will automatically register given types with the functions within the kernel category.
98 * Ability to register test cases for macros (see doc strings for @xnudebug_test).
157 …1. register a command to a function. Use the lldb_command decorator to map a 'command_name' to a f…
159 …2. Immediately after the register define the function to handle the command invocation. The signat…
222 …. Use the `@lldb_type_summary()` decorator with an array of types you wish to register for callback
/xnu-10002.41.9/osfmk/tests/
H A DREADME.md96 T_ASSERT(kr == KERN_SUCCESS, "register assertion handler");
/xnu-10002.41.9/bsd/miscfs/devfs/
H A DREADME10 as the only devices that register themselves are the floppy,
/xnu-10002.41.9/tests/
H A Dstackshot_tests.m1889 …/* register with the mach service name so the client can lookup and send a message to the parent (…