Searched refs:topOfMainStack (Results 1 – 6 of 6) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/m-profile/ |
D | cmsis_gcc_m.h | 309 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument 311 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP() 321 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument 323 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
|
D | cmsis_armclang_m.h | 310 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument 312 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP() 322 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument 324 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
|
D | cmsis_clang_m.h | 316 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument 318 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP() 328 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument 330 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
|
D | cmsis_tiarmclang_m.h | 900 __STATIC_FORCEINLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument 902 __ASM volatile ("MSR msp, %0" : : "r" (topOfMainStack) : ); in __set_MSP() 912 __STATIC_FORCEINLINE void __TZ_set_MSP_NS(uint32_t topOfMainStack) in __TZ_set_MSP_NS() argument 914 __ASM volatile ("MSR msp_ns, %0" : : "r" (topOfMainStack) : ); in __TZ_set_MSP_NS()
|
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/ |
D | cmsis_armcc.h | 256 __STATIC_INLINE void __set_MSP(uint32_t topOfMainStack) in __set_MSP() argument 259 __regMainStackPointer = topOfMainStack; in __set_MSP()
|
D | cmsis_armclang_ltm.h | 933 __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()
|