nuttx/arch/arm
wangming9 8d21bbf3be arch/armv8-m: Supports interrupt nesting between TEE and REE
The first time interrupt nesting occurs between REE and TEE,
CURRENT_REGS needs to be set.

If TEE nesting REE breaks, then EXC_RETURN.S=0,EXC_RETURN.ES=1;
Conversely, EXC_RETURN.S=1,EXC_RETURN.ES=0;
Interrupt nesting between TEE and REE can be determined based
on the S and ES bits of EXC_RETURN.
Only once nesting between TEE and REE is supported, and cyclic
nesting between TEE and REE is not supported.

Signed-off-by: wangming9 <wangming9@xiaomi.com>
2023-08-07 05:43:13 -07:00
..
include arch/armv8-m: Add CONTROL register to xcptcontext. 2023-08-07 05:43:13 -07:00
src arch/armv8-m: Supports interrupt nesting between TEE and REE 2023-08-07 05:43:13 -07:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig Initial support for NUCLEO-U5A5ZJ-Q board 2023-07-23 18:42:05 -07:00