zephyr/arch/arm/include/cortex_m
Peter Mitsis 909ff45f0c kernel: arch: move arch_swap() declaration
Moves the arch_swap() declaration out of kernel_arch_interface.h
and into the various architectures' kernel_arch_func.h. This
permits the arch_swap() to be inlined on ARM, but extern'd on
the other architectures that still implement arch_swap().

Inlining this function on ARM has shown at least a +5% performance
boost according to the thread_metric benchmark on the disco_l475_iot1
board.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
2024-12-11 21:33:49 +01:00
..
cmse.h
dwt.h
exception.h arch: arm: Don't use STKALIGN mask on ARMv8-M Baseline 2024-11-14 17:27:17 -06:00
kernel_arch_func.h kernel: arch: move arch_swap() declaration 2024-12-11 21:33:49 +01:00
stack.h kernel: rename Z_KERNEL_STACK_BUFFER to K_KERNEL_STACK_BUFFER 2024-03-27 19:27:10 -04:00
tz_ns.h