Home
last modified time | relevance | path

Searched refs:topOfMainStack (Results 1 – 9 of 9) sorted by relevance

/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dcore_cmFunc.h168 __STATIC_INLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
171 __regMainStackPointer = topOfMainStack; in __set_MSP()
466 __attribute__( ( always_inline ) ) __STATIC_INLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
468 __ASM volatile ("MSR msp, %0\n" : : "r" (topOfMainStack) : "sp"); in __set_MSP()
/external/platform/pico/rp2_common/cmsis/stub/CMSIS/Core/Include/
A Dcmsis_armclang.h346 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
348 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
358 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
360 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
A Dcmsis_armcc.h256 __STATIC_INLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
259 __regMainStackPointer = topOfMainStack; in __set_MSP()
A Dcmsis_armclang_ltm.h347 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
349 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
359 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
361 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
A Dcmsis_gcc.h398 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
400 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
410 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
412 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
/external/arch/arm/arm-m/CMSIS/Include/
A Dcmsis_armclang.h944 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
946 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
956 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
958 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
A Dcmsis_armcc.h652 __STATIC_INLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
655 __regMainStackPointer = topOfMainStack; in __set_MSP()
A Dcmsis_armclang_ltm.h933 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
935 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
945 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
947 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
A Dcmsis_gcc.h1156 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument
1158 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP()
1168 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument
1170 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()

Completed in 31 milliseconds