Searched refs:pucStackMemory (Results 1 – 11 of 11) sorted by relevance
190 uint8_t * pucStackMemory = NULL; in SecureContext_AllocateContext() local217 pucStackMemory = pvPortMalloc( ulSecureStackSize + securecontextSTACK_SEAL_SIZE ); in SecureContext_AllocateContext()219 if( pucStackMemory != NULL ) in SecureContext_AllocateContext()227 … xSecureContexts[ ulSecureContextIndex ].pucStackStart = pucStackMemory + ulSecureStackSize; in SecureContext_AllocateContext()230 … *( uint32_t * )( pucStackMemory + ulSecureStackSize ) = securecontextSTACK_SEAL_VALUE; in SecureContext_AllocateContext()231 … *( uint32_t * )( pucStackMemory + ulSecureStackSize + 4 ) = securecontextSTACK_SEAL_VALUE; in SecureContext_AllocateContext()235 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = pucStackMemory; in SecureContext_AllocateContext()