Home
last modified time | relevance | path

Searched refs:newsp (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_context.c39 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/
Dcontext.h88 void OS_InitContext(OSContext *context, u32 newpc, u32 newsp);