Home
last modified time | relevance | path

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

/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core/Template/ARMv8-M/
H A Dtz_context.c46 static uint64_t ProcessStackMemory[TZ_PROCESS_STACK_SLOTS][TZ_PROCESS_STACK_SIZE/8U]; variable
62 ProcessStackInfo[n].sp_limit = (uint32_t)&ProcessStackMemory[n]; in TZ_InitContextSystem_S()
63 ProcessStackInfo[n].sp_top = (uint32_t)&ProcessStackMemory[n] + TZ_PROCESS_STACK_SIZE; in TZ_InitContextSystem_S()
64 *((uint32_t *)ProcessStackMemory[n]) = n + 1U; in TZ_InitContextSystem_S()
66 *((uint32_t *)ProcessStackMemory[--n]) = 0xFFFFFFFFU; in TZ_InitContextSystem_S()
71 __set_PSPLIM((uint32_t)ProcessStackMemory); in TZ_InitContextSystem_S()
72 __set_PSP ((uint32_t)ProcessStackMemory); in TZ_InitContextSystem_S()
100 ProcessStackFreeSlot = *((uint32_t *)ProcessStackMemory[slot]); in TZ_AllocModuleContext_S()
130 *((uint32_t *)ProcessStackMemory[slot]) = ProcessStackFreeSlot; in TZ_FreeModuleContext_S()
196 __set_PSPLIM((uint32_t)ProcessStackMemory); in TZ_StoreContext_S()
[all …]