Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core/Template/ARMv8-M/
H A 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()