Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/IAR/ARM_CM33/secure/
Dsecure_context.c190 uint8_t * pucStackMemory = NULL; in SecureContext_AllocateContext() local
217 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()
/Kernel-v11.1.0/portable/IAR/ARM_CM35P/secure/
Dsecure_context.c190 uint8_t * pucStackMemory = NULL; in SecureContext_AllocateContext() local
217 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()
/Kernel-v11.1.0/portable/IAR/ARM_CM55/secure/
Dsecure_context.c190 uint8_t * pucStackMemory = NULL; in SecureContext_AllocateContext() local
217 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()
/Kernel-v11.1.0/portable/IAR/ARM_CM85/secure/
Dsecure_context.c190 uint8_t * pucStackMemory = NULL; in SecureContext_AllocateContext() local
217 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()
/Kernel-v11.1.0/portable/IAR/ARM_CM23/secure/
Dsecure_context.c190 uint8_t * pucStackMemory = NULL; in SecureContext_AllocateContext() local
217 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()
/Kernel-v11.1.0/portable/GCC/ARM_CM55/secure/
Dsecure_context.c190 uint8_t * pucStackMemory = NULL; in SecureContext_AllocateContext() local
217 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()
/Kernel-v11.1.0/portable/ARMv8M/secure/context/
Dsecure_context.c190 uint8_t * pucStackMemory = NULL; in SecureContext_AllocateContext() local
217 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()
/Kernel-v11.1.0/portable/GCC/ARM_CM23/secure/
Dsecure_context.c190 uint8_t * pucStackMemory = NULL; in SecureContext_AllocateContext() local
217 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()
/Kernel-v11.1.0/portable/GCC/ARM_CM35P/secure/
Dsecure_context.c190 uint8_t * pucStackMemory = NULL; in SecureContext_AllocateContext() local
217 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()
/Kernel-v11.1.0/portable/GCC/ARM_CM85/secure/
Dsecure_context.c190 uint8_t * pucStackMemory = NULL; in SecureContext_AllocateContext() local
217 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()
/Kernel-v11.1.0/portable/GCC/ARM_CM33/secure/
Dsecure_context.c190 uint8_t * pucStackMemory = NULL; in SecureContext_AllocateContext() local
217 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()