Home
last modified time | relevance | path

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

12

/FreeRTOS-Kernel/portable/IAR/ARM_CM85/secure/
A Dsecure_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()
313 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
320 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
324 if( ( pucStackLimit == securecontextNO_STACK ) && in SecureContext_LoadContext()
336 uint8_t * pucStackLimit; in SecureContext_SaveContext() local
343 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_SaveContext()
[all …]
A Dsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
A Dsecure_context.h58 uint8_t * pucStackLimit; /**< Last location of the stack memory (PSPLIM). */ member
/FreeRTOS-Kernel/portable/IAR/ARM_CM23/secure/
A Dsecure_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()
313 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
320 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
324 if( ( pucStackLimit == securecontextNO_STACK ) && in SecureContext_LoadContext()
336 uint8_t * pucStackLimit; in SecureContext_SaveContext() local
343 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_SaveContext()
[all …]
A Dsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
A Dsecure_context.h58 uint8_t * pucStackLimit; /**< Last location of the stack memory (PSPLIM). */ member
/FreeRTOS-Kernel/portable/IAR/ARM_CM33/secure/
A Dsecure_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()
313 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
320 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
324 if( ( pucStackLimit == securecontextNO_STACK ) && in SecureContext_LoadContext()
336 uint8_t * pucStackLimit; in SecureContext_SaveContext() local
343 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_SaveContext()
[all …]
A Dsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
A Dsecure_context.h58 uint8_t * pucStackLimit; /**< Last location of the stack memory (PSPLIM). */ member
/FreeRTOS-Kernel/portable/IAR/ARM_CM35P/secure/
A Dsecure_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()
313 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
320 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
324 if( ( pucStackLimit == securecontextNO_STACK ) && in SecureContext_LoadContext()
336 uint8_t * pucStackLimit; in SecureContext_SaveContext() local
343 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_SaveContext()
[all …]
A Dsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/FreeRTOS-Kernel/portable/IAR/ARM_CM55/secure/
A Dsecure_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()
313 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
320 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
324 if( ( pucStackLimit == securecontextNO_STACK ) && in SecureContext_LoadContext()
336 uint8_t * pucStackLimit; in SecureContext_SaveContext() local
343 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_SaveContext()
[all …]
A Dsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/FreeRTOS-Kernel/portable/GCC/ARM_CM33/secure/
A Dsecure_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()
313 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
320 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
324 if( ( pucStackLimit == securecontextNO_STACK ) && in SecureContext_LoadContext()
336 uint8_t * pucStackLimit; in SecureContext_SaveContext() local
343 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_SaveContext()
[all …]
A Dsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/FreeRTOS-Kernel/portable/GCC/ARM_CM55/secure/
A Dsecure_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()
313 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
320 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
324 if( ( pucStackLimit == securecontextNO_STACK ) && in SecureContext_LoadContext()
336 uint8_t * pucStackLimit; in SecureContext_SaveContext() local
343 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_SaveContext()
[all …]
A Dsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/FreeRTOS-Kernel/portable/GCC/ARM_CM85/secure/
A Dsecure_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()
313 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
320 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
324 if( ( pucStackLimit == securecontextNO_STACK ) && in SecureContext_LoadContext()
336 uint8_t * pucStackLimit; in SecureContext_SaveContext() local
343 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_SaveContext()
[all …]
A Dsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/FreeRTOS-Kernel/portable/GCC/ARM_CM35P/secure/
A Dsecure_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()
313 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
320 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
324 if( ( pucStackLimit == securecontextNO_STACK ) && in SecureContext_LoadContext()
336 uint8_t * pucStackLimit; in SecureContext_SaveContext() local
343 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_SaveContext()
[all …]
A Dsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/FreeRTOS-Kernel/portable/ARMv8M/secure/context/
A Dsecure_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()
313 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
320 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
324 if( ( pucStackLimit == securecontextNO_STACK ) && in SecureContext_LoadContext()
336 uint8_t * pucStackLimit; in SecureContext_SaveContext() local
343 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_SaveContext()
[all …]
/FreeRTOS-Kernel/portable/GCC/ARM_CM23/secure/
A Dsecure_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()
313 uint8_t * pucStackLimit; in SecureContext_LoadContext() local
320 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_LoadContext()
324 if( ( pucStackLimit == securecontextNO_STACK ) && in SecureContext_LoadContext()
336 uint8_t * pucStackLimit; in SecureContext_SaveContext() local
343 secureportREAD_PSPLIM( pucStackLimit ); in SecureContext_SaveContext()
[all …]
A Dsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )
/FreeRTOS-Kernel/portable/ARMv8M/secure/macros/
A Dsecure_port_macros.h80 #define secureportSET_PSPLIM( pucStackLimit ) \ argument
81 __asm volatile ( "msr psplim, %0" : : "r" ( pucStackLimit ) )

Completed in 83 milliseconds

12