Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core/Template/ARMv8-M/
H A Dtz_context.c47 static uint32_t ProcessStackFreeSlot = 0xFFFFFFFFU; variable
68 ProcessStackFreeSlot = 0U; in TZ_InitContextSystem_S()
95 if (ProcessStackFreeSlot == 0xFFFFFFFFU) { in TZ_AllocModuleContext_S()
99 slot = ProcessStackFreeSlot; in TZ_AllocModuleContext_S()
100 ProcessStackFreeSlot = *((uint32_t *)ProcessStackMemory[slot]); in TZ_AllocModuleContext_S()
130 *((uint32_t *)ProcessStackMemory[slot]) = ProcessStackFreeSlot; in TZ_FreeModuleContext_S()
131 ProcessStackFreeSlot = slot; in TZ_FreeModuleContext_S()