Searched refs:register (Results 1 – 8 of 8) sorted by relevance
46 `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,
292 any store to memory (register operations are fine) within these loops,
147 def register(fn): function150 return register
52 * register size the machine has. They are
96 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
96 T_ASSERT(kr == KERN_SUCCESS, "register assertion handler");
10 as the only devices that register themselves are the floppy,
1889 …/* register with the mach service name so the client can lookup and send a message to the parent (…