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.S310 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/
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]