Home
last modified time | relevance | path

Searched refs:__StackTop (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/hardware/board/haas100/startup/
A Dstartup_gcc.s43 .globl __StackTop
48 __StackTop: label
49 .size __StackTop, . - __StackTop
72 .word __StackTop /* Top of Stack */
/AliOS-Things-master/hardware/board/haaseduk1/startup/
A Dstartup_gcc.s43 .globl __StackTop
48 __StackTop: label
49 .size __StackTop, . - __StackTop
72 .word __StackTop /* Top of Stack */
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dlink_sym_armclang.h62 #define __StackTop __rom_StackTop macro
85 #define __StackTop Image$$ARM_LIB_STACK$$ZI$$Limit
86 #define __stack __StackTop
195 #define __StackTop Image$$ARM_LIB_STACK$$ZI$$Limit
196 #define __stack __StackTop
/AliOS-Things-master/hardware/chip/haas1000/
A D_haas1000_alios_sec_b.lds83 * __StackTop
1377 __StackTop = ORIGIN(RAM) + LENGTH(RAM) - 0x4000 - 0x4000;
1378 __StackLimit = __StackTop - SIZEOF(.stack_dummy);
1379 PROVIDE(__stack = __StackTop);
A D_haas1000_alios_sec_b_a7.lds83 * __StackTop
1374 __StackTop = ORIGIN(RAM) + LENGTH(RAM) - 0x4000 - 0x4000;
1375 __StackLimit = __StackTop - SIZEOF(.stack_dummy);
1376 PROVIDE(__stack = __StackTop);
/AliOS-Things-master/components/csi/CMSIS/Core/Include/
A Dcmsis_gcc.h170 #define __INITIAL_SP __StackTop
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/Include/
A Dcmsis_gcc.h170 #define __INITIAL_SP __StackTop
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/Include/
A Dcmsis_gcc.h170 #define __INITIAL_SP __StackTop

Completed in 20 milliseconds