Searched refs:_thread_offset_to_sp (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/arch/arc/include/ |
D | offsets_short_arch.h | 38 #define _thread_offset_to_sp \ macro
|
D | swap_macros.h | 94 STR sp, r2, _thread_offset_to_sp 100 LDR sp, r2, _thread_offset_to_sp
|
/Zephyr-latest/arch/riscv/core/ |
D | switch.S | 44 sr sp, _thread_offset_to_sp(a1) 50 lr sp, _thread_offset_to_sp(a0)
|
/Zephyr-latest/arch/mips/include/ |
D | offsets_short_arch.h | 14 #define _thread_offset_to_sp \ macro
|
/Zephyr-latest/arch/nios2/include/ |
D | offsets_short_arch.h | 50 #define _thread_offset_to_sp \ macro
|
/Zephyr-latest/arch/riscv/include/ |
D | offsets_short_arch.h | 12 #define _thread_offset_to_sp \ macro
|
/Zephyr-latest/arch/nios2/core/ |
D | swap.S | 61 stw sp, _thread_offset_to_sp(r11) 95 ldw sp, _thread_offset_to_sp(r2)
|
/Zephyr-latest/arch/mips/core/ |
D | isr.S | 247 OP_STOREREG sp, _thread_offset_to_sp(t1) 261 OP_LOADREG sp, _thread_offset_to_sp(t1)
|