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
185 * @note For ARM architecture, disabling floating point preservation may only
199 * This API depends on each architecture implementation. If the architecture
206 * @param options architecture dependent options
246 * @defgroup arch-pm Architecture-specific power management APIs
257 * @defgroup arch-irq Architecture-specific IRQ APIs
275 * @defgroup arch-mmu Architecture-specific memory-mapping APIs
292 * If the target architecture supports multiple page sizes, currently
519 * The architecture is responsible for maintaining "accessed" and "dirty"
523 * the architecture must maintain this information in some way.
569 * @defgroup arch-misc Miscellaneous architecture APIs
609 * Architecture-specific kernel initialization hook
612 * architecture-specific setup before the rest of the kernel is brought up.
622 * @defgroup arch-coredump Architecture-specific core dump APIs
628 * @brief Architecture-specific handling during coredump
630 * This dumps architecture-specific information during coredump.
637 * @brief Get the target code specified by the architecture.
644 * @brief Architecture-specific handling of dumping privileged stack
646 * This dumps the architecture-specific privileged stack during coredump.
657 * @defgroup arch-tls Architecture-specific Thread Local Storage APIs
663 * @brief Setup Architecture-specific TLS area in stack
666 * The structure inside TLS area is architecture specific.