Searched refs:_thread_offset_to_tls (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/kernel/include/ |
D | offsets_short.h | 53 #define _thread_offset_to_tls \ macro
|
/Zephyr-latest/arch/riscv/core/ |
D | switch.S | 54 lr tp, _thread_offset_to_tls(a0)
|
D | isr.S | 164 lr tp, _thread_offset_to_tls(t0)
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | switch.S | 63 ldr r3, [r0, #_thread_offset_to_tls]
|
D | swap_helper.S | 121 ldr r4, =_thread_offset_to_tls
|
/Zephyr-latest/arch/sparc/core/ |
D | switch.S | 135 ld [%o0 + _thread_offset_to_tls], %g7
|
/Zephyr-latest/arch/arm64/core/ |
D | switch.S | 84 ldr x2, [x0, #_thread_offset_to_tls]
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | swap_helper.S | 162 ldr r4, =_thread_offset_to_tls
|
/Zephyr-latest/arch/x86/core/intel64/ |
D | locore.S | 405 movq _thread_offset_to_tls(%rdi), %rax 406 movq _thread_offset_to_tls(%rdi), %rdx
|