zephyr/arch/arm/include
Huifeng Zhang abde709b5e arch: arm: cortex_a_r: introduce USE_SWITCH
This commit introduce 'USE_SWITCH' feature into cortex-A/R(aarch32)
architecture

For introducing USE_SWITCH, the exception entry and exit are unified via
`z_arm_cortex_ar_enter_exc` and `z_arm_cortex_ar_exit_exc`. All
exceptions including ISR are using this way to enter and exit exception
handler.

Differentiate exception depth and interrupt depth. Allow doing
context switch when exception depth greater than 1 but not allow doing
this when interrupt depth greater than 1.

Currently, USE_SWITCH doesn't support FPU_SHARING and USERSPACE.

Signed-off-by: Huifeng Zhang <Huifeng.Zhang@arm.com>
2023-11-06 15:32:01 -06:00
..
cortex_a_r arch: arm: cortex_a_r: introduce USE_SWITCH 2023-11-06 15:32:01 -06:00
cortex_m arch: arm: Separate common kernel_arch_func code 2023-09-13 10:08:05 +01:00
kernel_arch_data.h arch: arm: Remove aarch32 directory 2023-09-13 10:08:05 +01:00
kernel_arch_func.h arch: arm: Separate common kernel_arch_func code 2023-09-13 10:08:05 +01:00
offsets_short_arch.h arch: arm: cortex_a_r: introduce USE_SWITCH 2023-11-06 15:32:01 -06:00