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 | 304 lb t1, _thread_offset_to_exception_depth(t0) 306 sb t1, _thread_offset_to_exception_depth(t0) 433 lb t1, _thread_offset_to_exception_depth(a0) 435 sb t1, _thread_offset_to_exception_depth(a0) 437 lb t1, _thread_offset_to_exception_depth(a1) 439 sb t1, _thread_offset_to_exception_depth(a1) 731 lb t1, _thread_offset_to_exception_depth(t0) 733 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]
|