Home
last modified time | relevance | path

Searched refs:TZ_PROCESS_STACK_SIZE (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-latest/platform/ext/cmsis/CMSIS/Core/Template/ARMv8-M/
Dtz_context.c35 #ifndef TZ_PROCESS_STACK_SIZE
36 #define TZ_PROCESS_STACK_SIZE 256U macro
46 static uint64_t ProcessStackMemory[TZ_PROCESS_STACK_SLOTS][TZ_PROCESS_STACK_SIZE/8U];
63 ProcessStackInfo[n].sp_top = (uint32_t)&ProcessStackMemory[n] + TZ_PROCESS_STACK_SIZE; in TZ_InitContextSystem_S()