Searched refs:_thread_offset_to_exception_depth (Results 1 – 6 of 6) sorted by relevance
| /arch/arm64/include/ |
| A D | offsets_short_arch.h | 12 #define _thread_offset_to_exception_depth \ macro
|
| /arch/arm/include/ |
| A D | offsets_short_arch.h | 27 #define _thread_offset_to_exception_depth \ macro
|
| /arch/arm/core/cortex_a_r/ |
| A D | switch.S | 46 strb r3, [r1, #_thread_offset_to_exception_depth] 49 ldrb r3, [r0, #_thread_offset_to_exception_depth]
|
| /arch/riscv/include/ |
| A D | offsets_short_arch.h | 59 #define _thread_offset_to_exception_depth \ macro
|
| /arch/riscv/core/ |
| A D | isr.S | 311 lb t1, _thread_offset_to_exception_depth(t0) 313 sb t1, _thread_offset_to_exception_depth(t0) 441 lb t1, _thread_offset_to_exception_depth(a0) 443 sb t1, _thread_offset_to_exception_depth(a0) 445 lb t1, _thread_offset_to_exception_depth(a1) 447 sb t1, _thread_offset_to_exception_depth(a1) 746 lb t1, _thread_offset_to_exception_depth(t0) 748 sb t1, _thread_offset_to_exception_depth(t0)
|
| /arch/arm64/core/ |
| A D | switch.S | 58 strb w2, [x1, #_thread_offset_to_exception_depth] 61 ldrb w2, [x0, #_thread_offset_to_exception_depth]
|
Completed in 14 milliseconds