Home
last modified time | relevance | path

Searched refs:_thread_offset_to_exception_depth (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/arch/arm64/include/
Doffsets_short_arch.h12 #define _thread_offset_to_exception_depth \ macro
/Zephyr-latest/arch/arm/include/
Doffsets_short_arch.h27 #define _thread_offset_to_exception_depth \ macro
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dswitch.S46 strb r3, [r1, #_thread_offset_to_exception_depth]
49 ldrb r3, [r0, #_thread_offset_to_exception_depth]
/Zephyr-latest/arch/riscv/core/
Disr.S304 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/
Doffsets_short_arch.h59 #define _thread_offset_to_exception_depth \ macro
/Zephyr-latest/arch/arm64/core/
Dswitch.S58 strb w2, [x1, #_thread_offset_to_exception_depth]
61 ldrb w2, [x0, #_thread_offset_to_exception_depth]