Searched refs:stack_top (Results 1 – 9 of 9) sorted by relevance
| /libcpu/aarch64/cortex-a/ |
| A D | entry_point.S | 80 stack_top .req x25 label 97 get_phy stack_top, .boot_cpu_stack_top 166 msub stack_top, x0, x1, x2 277 mov sp, stack_top 309 mov x1, stack_top
|
| /libcpu/arm/realview-a8-vmm/ |
| A D | start_gcc.S | 37 .globl stack_top 44 stack_top: label 90 ldr r0, =stack_top
|
| /libcpu/arm/am335x/ |
| A D | start_gcc.S | 34 .globl stack_top 41 stack_top: label 86 ldr r0, =stack_top
|
| /libcpu/arm/zynqmp-r5/ |
| A D | start_gcc.S | 46 .globl stack_top 54 stack_top: label 248 ldr r0, =stack_top
|
| /libcpu/arm/cortex-m7/ |
| A D | cpuport.c | 186 rt_ubase_t stack_top = (rt_ubase_t)((rt_uint8_t *)thread->stack_addr + thread->stack_size); in rt_hw_stack_guard_init() local 188 …rt_ubase_t stack_top_region_start = RT_ALIGN_DOWN(stack_top - MPU_MIN_REGION_SIZE, MPU_MIN_REGION_… in rt_hw_stack_guard_init()
|
| /libcpu/arm/cortex-m33/ |
| A D | cpuport.c | 244 rt_ubase_t stack_top = (rt_ubase_t)((rt_uint8_t *)thread->stack_addr + thread->stack_size); in rt_hw_stack_guard_init() local 246 …rt_ubase_t stack_top_region_start = RT_ALIGN_DOWN(stack_top - MPU_MIN_REGION_SIZE, MPU_MIN_REGION_… in rt_hw_stack_guard_init()
|
| /libcpu/arm/cortex-r52/ |
| A D | start_iar.S | 49 EXPORT stack_top 60 stack_top: label
|
| A D | start_gcc.S | 35 .globl stack_top 42 stack_top: label 87 ldr r0, =stack_top
|
| /libcpu/arm/cortex-r4/ |
| A D | start_gcc.S | 37 .globl stack_top 44 stack_top: label 89 ldr r0, =stack_top
|
Completed in 15 milliseconds