Searched refs:_thread_offset_to_exception_depth (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-latest/arch/arm64/include/ |
| D | offsets_short_arch.h | 12 #define _thread_offset_to_exception_depth \ macro
|
| /Zephyr-latest/arch/arm/include/ |
| D | offsets_short_arch.h | 27 #define _thread_offset_to_exception_depth \ macro
|
| /Zephyr-latest/arch/arm/core/cortex_a_r/ |
| D | switch.S | 46 strb r3, [r1, #_thread_offset_to_exception_depth] 49 ldrb r3, [r0, #_thread_offset_to_exception_depth]
|
| /Zephyr-latest/arch/riscv/core/ |
| D | isr.S | 310 lb t1, _thread_offset_to_exception_depth(t0) 312 sb t1, _thread_offset_to_exception_depth(t0) 439 lb t1, _thread_offset_to_exception_depth(a0) 441 sb t1, _thread_offset_to_exception_depth(a0) 443 lb t1, _thread_offset_to_exception_depth(a1) 445 sb t1, _thread_offset_to_exception_depth(a1) 737 lb t1, _thread_offset_to_exception_depth(t0) 739 sb t1, _thread_offset_to_exception_depth(t0)
|
| /Zephyr-latest/arch/riscv/include/ |
| D | offsets_short_arch.h | 59 #define _thread_offset_to_exception_depth \ macro
|
| /Zephyr-latest/arch/arm64/core/ |
| D | switch.S | 58 strb w2, [x1, #_thread_offset_to_exception_depth] 61 ldrb w2, [x0, #_thread_offset_to_exception_depth]
|