Searched refs:newsp (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/libraries/os/common/src/ |
| D | os_context.c | 39 register u32 newsp in OS_InitContext() argument 48 str newsp, [ context, #OS_CONTEXT_SP_SVC ] in OS_InitContext() 49 sub newsp, newsp, #HW_SVC_STACK_SIZE in OS_InitContext() 51 tst newsp, #4 in OS_InitContext() 52 subne newsp, newsp, #4 // For 8-byte alignment in OS_InitContext() 53 str newsp, [ context, #OS_CONTEXT_SP ] in OS_InitContext()
|
| /TwlSDK-5.1.0/include/nitro/os/common/ |
| D | context.h | 88 void OS_InitContext(OSContext *context, u32 newpc, u32 newsp);
|