Searched refs:_thread_offset_to_mode (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/arch/arm/include/ |
D | offsets_short_arch.h | 35 #define _thread_offset_to_mode \ macro
|
/Zephyr-latest/arch/arm/core/ |
D | userspace.S | 256 ldr r1, =_thread_offset_to_mode 264 ldr r2, =_thread_offset_to_mode 270 ldr r1, [r0, #_thread_offset_to_mode] 275 str r1, [r0, #_thread_offset_to_mode] 541 ldr r2, =_thread_offset_to_mode 557 ldr r1, [r0, #_thread_offset_to_mode] 560 str r1, [r0, #_thread_offset_to_mode]
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | swap_helper.S | 222 ldr r3, =_thread_offset_to_mode 298 ldr r0, [r2, #_thread_offset_to_mode] 526 ldr r1, =_thread_offset_to_mode 538 ldr r1, [r0, #_thread_offset_to_mode] 541 str r1, [r0, #_thread_offset_to_mode]
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | swap_helper.S | 408 ldr r1, [r0, #_thread_offset_to_mode] 411 str r1, [r0, #_thread_offset_to_mode]
|