Searched refs:_thread_offset_to_exception_depth (Results 1 – 6 of 6) sorted by relevance
| /Zephyr-4.3.0/arch/arm64/include/ |
| D | offsets_short_arch.h | 12 #define _thread_offset_to_exception_depth \ macro
|
| /Zephyr-4.3.0/arch/arm/include/ |
| D | offsets_short_arch.h | 28 #define _thread_offset_to_exception_depth \ macro
|
| /Zephyr-4.3.0/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-4.3.0/arch/riscv/include/ |
| D | offsets_short_arch.h | 59 #define _thread_offset_to_exception_depth \ macro
|
| /Zephyr-4.3.0/arch/riscv/core/ |
| D | isr.S | 313 lb t1, _thread_offset_to_exception_depth(t0) 315 sb t1, _thread_offset_to_exception_depth(t0) 456 lb t1, _thread_offset_to_exception_depth(a0) 458 sb t1, _thread_offset_to_exception_depth(a0) 460 lb t1, _thread_offset_to_exception_depth(a1) 462 sb t1, _thread_offset_to_exception_depth(a1) 743 lb t1, _thread_offset_to_exception_depth(t0) 745 sb t1, _thread_offset_to_exception_depth(t0)
|
| /Zephyr-4.3.0/arch/arm64/core/ |
| D | switch.S | 58 strb w2, [x1, #_thread_offset_to_exception_depth] 61 ldrb w2, [x0, #_thread_offset_to_exception_depth]
|