Home
last modified time | relevance | path

Searched refs:pucStackLimit (Results 1 – 25 of 33) sorted by relevance

12

/Kernel-v10.6.2/portable/GCC/ARM_CM85/secure/
HDsecure_context.c109 ( xSecureContexts[ i ].pucStackLimit == NULL ) && in ulGetSecureContext()
132 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = NULL; in vReturnSecureContext()
161 xSecureContexts[ i ].pucStackLimit = NULL; in SecureContext_Init()
191 uint8_t * pucStackLimit; in SecureContext_AllocateContext() local
202 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_AllocateContext()
208 if( ( ulIPSR != 0 ) && ( pucStackLimit == securecontextNO_STACK ) ) in SecureContext_AllocateContext()
235 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = pucStackMemory; in SecureContext_AllocateContext()
299 vPortFree( xSecureContexts[ ulSecureContextIndex ].pucStackLimit ); in SecureContext_FreeContext()
311 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
318 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
[all …]
HDsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
HDsecure_context.h58 uint8_t * pucStackLimit; /**< Last location of the stack memory (PSPLIM). */ member
/Kernel-v10.6.2/portable/IAR/ARM_CM55/secure/
HDsecure_context.c109 ( xSecureContexts[ i ].pucStackLimit == NULL ) && in ulGetSecureContext()
132 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = NULL; in vReturnSecureContext()
161 xSecureContexts[ i ].pucStackLimit = NULL; in SecureContext_Init()
191 uint8_t * pucStackLimit; in SecureContext_AllocateContext() local
202 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_AllocateContext()
208 if( ( ulIPSR != 0 ) && ( pucStackLimit == securecontextNO_STACK ) ) in SecureContext_AllocateContext()
235 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = pucStackMemory; in SecureContext_AllocateContext()
299 vPortFree( xSecureContexts[ ulSecureContextIndex ].pucStackLimit ); in SecureContext_FreeContext()
311 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
318 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
[all …]
HDsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
HDsecure_context.h58 uint8_t * pucStackLimit; /**< Last location of the stack memory (PSPLIM). */ member
/Kernel-v10.6.2/portable/IAR/ARM_CM85/secure/
HDsecure_context.c109 ( xSecureContexts[ i ].pucStackLimit == NULL ) && in ulGetSecureContext()
132 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = NULL; in vReturnSecureContext()
161 xSecureContexts[ i ].pucStackLimit = NULL; in SecureContext_Init()
191 uint8_t * pucStackLimit; in SecureContext_AllocateContext() local
202 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_AllocateContext()
208 if( ( ulIPSR != 0 ) && ( pucStackLimit == securecontextNO_STACK ) ) in SecureContext_AllocateContext()
235 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = pucStackMemory; in SecureContext_AllocateContext()
299 vPortFree( xSecureContexts[ ulSecureContextIndex ].pucStackLimit ); in SecureContext_FreeContext()
311 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
318 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
[all …]
HDsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/Kernel-v10.6.2/portable/ARMv8M/secure/context/
HDsecure_context.c109 ( xSecureContexts[ i ].pucStackLimit == NULL ) && in ulGetSecureContext()
132 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = NULL; in vReturnSecureContext()
161 xSecureContexts[ i ].pucStackLimit = NULL; in SecureContext_Init()
191 uint8_t * pucStackLimit; in SecureContext_AllocateContext() local
202 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_AllocateContext()
208 if( ( ulIPSR != 0 ) && ( pucStackLimit == securecontextNO_STACK ) ) in SecureContext_AllocateContext()
235 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = pucStackMemory; in SecureContext_AllocateContext()
299 vPortFree( xSecureContexts[ ulSecureContextIndex ].pucStackLimit ); in SecureContext_FreeContext()
311 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
318 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
[all …]
/Kernel-v10.6.2/portable/GCC/ARM_CM55/secure/
HDsecure_context.c109 ( xSecureContexts[ i ].pucStackLimit == NULL ) && in ulGetSecureContext()
132 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = NULL; in vReturnSecureContext()
161 xSecureContexts[ i ].pucStackLimit = NULL; in SecureContext_Init()
191 uint8_t * pucStackLimit; in SecureContext_AllocateContext() local
202 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_AllocateContext()
208 if( ( ulIPSR != 0 ) && ( pucStackLimit == securecontextNO_STACK ) ) in SecureContext_AllocateContext()
235 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = pucStackMemory; in SecureContext_AllocateContext()
299 vPortFree( xSecureContexts[ ulSecureContextIndex ].pucStackLimit ); in SecureContext_FreeContext()
311 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
318 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
[all …]
HDsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/Kernel-v10.6.2/portable/GCC/ARM_CM23/secure/
HDsecure_context.c109 ( xSecureContexts[ i ].pucStackLimit == NULL ) && in ulGetSecureContext()
132 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = NULL; in vReturnSecureContext()
161 xSecureContexts[ i ].pucStackLimit = NULL; in SecureContext_Init()
191 uint8_t * pucStackLimit; in SecureContext_AllocateContext() local
202 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_AllocateContext()
208 if( ( ulIPSR != 0 ) && ( pucStackLimit == securecontextNO_STACK ) ) in SecureContext_AllocateContext()
235 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = pucStackMemory; in SecureContext_AllocateContext()
299 vPortFree( xSecureContexts[ ulSecureContextIndex ].pucStackLimit ); in SecureContext_FreeContext()
311 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
318 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
[all …]
HDsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/Kernel-v10.6.2/portable/IAR/ARM_CM35P/secure/
HDsecure_context.c109 ( xSecureContexts[ i ].pucStackLimit == NULL ) && in ulGetSecureContext()
132 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = NULL; in vReturnSecureContext()
161 xSecureContexts[ i ].pucStackLimit = NULL; in SecureContext_Init()
191 uint8_t * pucStackLimit; in SecureContext_AllocateContext() local
202 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_AllocateContext()
208 if( ( ulIPSR != 0 ) && ( pucStackLimit == securecontextNO_STACK ) ) in SecureContext_AllocateContext()
235 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = pucStackMemory; in SecureContext_AllocateContext()
299 vPortFree( xSecureContexts[ ulSecureContextIndex ].pucStackLimit ); in SecureContext_FreeContext()
311 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
318 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
[all …]
HDsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/Kernel-v10.6.2/portable/GCC/ARM_CM35P/secure/
HDsecure_context.c109 ( xSecureContexts[ i ].pucStackLimit == NULL ) && in ulGetSecureContext()
132 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = NULL; in vReturnSecureContext()
161 xSecureContexts[ i ].pucStackLimit = NULL; in SecureContext_Init()
191 uint8_t * pucStackLimit; in SecureContext_AllocateContext() local
202 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_AllocateContext()
208 if( ( ulIPSR != 0 ) && ( pucStackLimit == securecontextNO_STACK ) ) in SecureContext_AllocateContext()
235 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = pucStackMemory; in SecureContext_AllocateContext()
299 vPortFree( xSecureContexts[ ulSecureContextIndex ].pucStackLimit ); in SecureContext_FreeContext()
311 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
318 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
[all …]
HDsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/Kernel-v10.6.2/portable/IAR/ARM_CM23/secure/
HDsecure_context.c109 ( xSecureContexts[ i ].pucStackLimit == NULL ) && in ulGetSecureContext()
132 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = NULL; in vReturnSecureContext()
161 xSecureContexts[ i ].pucStackLimit = NULL; in SecureContext_Init()
191 uint8_t * pucStackLimit; in SecureContext_AllocateContext() local
202 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_AllocateContext()
208 if( ( ulIPSR != 0 ) && ( pucStackLimit == securecontextNO_STACK ) ) in SecureContext_AllocateContext()
235 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = pucStackMemory; in SecureContext_AllocateContext()
299 vPortFree( xSecureContexts[ ulSecureContextIndex ].pucStackLimit ); in SecureContext_FreeContext()
311 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
318 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
[all …]
HDsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/Kernel-v10.6.2/portable/GCC/ARM_CM33/secure/
HDsecure_context.c109 ( xSecureContexts[ i ].pucStackLimit == NULL ) && in ulGetSecureContext()
132 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = NULL; in vReturnSecureContext()
161 xSecureContexts[ i ].pucStackLimit = NULL; in SecureContext_Init()
191 uint8_t * pucStackLimit; in SecureContext_AllocateContext() local
202 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_AllocateContext()
208 if( ( ulIPSR != 0 ) && ( pucStackLimit == securecontextNO_STACK ) ) in SecureContext_AllocateContext()
235 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = pucStackMemory; in SecureContext_AllocateContext()
299 vPortFree( xSecureContexts[ ulSecureContextIndex ].pucStackLimit ); in SecureContext_FreeContext()
311 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
318 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
[all …]
HDsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
HDsecure_context.h58 uint8_t * pucStackLimit; /**< Last location of the stack memory (PSPLIM). */ member
/Kernel-v10.6.2/portable/IAR/ARM_CM33/secure/
HDsecure_context.c109 ( xSecureContexts[ i ].pucStackLimit == NULL ) && in ulGetSecureContext()
132 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = NULL; in vReturnSecureContext()
161 xSecureContexts[ i ].pucStackLimit = NULL; in SecureContext_Init()
191 uint8_t * pucStackLimit; in SecureContext_AllocateContext() local
202 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_AllocateContext()
208 if( ( ulIPSR != 0 ) && ( pucStackLimit == securecontextNO_STACK ) ) in SecureContext_AllocateContext()
235 xSecureContexts[ ulSecureContextIndex ].pucStackLimit = pucStackMemory; in SecureContext_AllocateContext()
299 vPortFree( xSecureContexts[ ulSecureContextIndex ].pucStackLimit ); in SecureContext_FreeContext()
311 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
318 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
[all …]
HDsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/Kernel-v10.6.2/portable/ARMv8M/secure/macros/
HDsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )

12