Lines Matching full:architecture

9  * @brief Internal kernel APIs implemented at the architecture layer.
11 * Not all architecture-specific defines are here, APIs that are used
30 * @defgroup arch-timing Architecture timing APIs
35 * Architecture-specific implementation of busy-waiting
45 * @defgroup arch-threads Architecture thread APIs
88 * by the architecture. It is the same data structure stored in the
123 * architecture code to assume that it has any particular value at any
181 * @note For ARM architecture, disabling floating point preservation may only
195 * This API depends on each architecture implementation. If the architecture
202 * @param options architecture dependent options
214 * @defgroup arch-pm Architecture-specific power management APIs
225 * @defgroup arch-irq Architecture-specific IRQ APIs
243 * @defgroup arch-mmu Architecture-specific memory-mapping APIs
260 * If the target architecture supports multiple page sizes, currently
487 * The architecture is responsible for maintaining "accessed" and "dirty"
491 * the architecture must maintain this information in some way.
537 * @defgroup arch-misc Miscellaneous architecture APIs
561 * Architecture-specific kernel initialization hook
564 * architecture-specific setup before the rest of the kernel is brought up.
574 * @defgroup arch-coredump Architecture-specific core dump APIs
580 * @brief Architecture-specific handling during coredump
582 * This dumps architecture-specific information during coredump.
589 * @brief Get the target code specified by the architecture.
596 * @defgroup arch-tls Architecture-specific Thread Local Storage APIs
602 * @brief Setup Architecture-specific TLS area in stack
605 * The structure inside TLS area is architecture specific.