Searched refs:TZ_PROCESS_STACK_SIZE (Results 1 – 1 of 1) sorted by relevance
35 #ifndef TZ_PROCESS_STACK_SIZE36 #define TZ_PROCESS_STACK_SIZE 256U macro46 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()