Home
last modified time | relevance | path

Searched refs:rdx (Results 1 – 9 of 9) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/arch/x86/intel64/
Dsyscall.h58 register uintptr_t rdx __asm__("%rdx") = arg3; in arch_syscall_invoke6()
65 : "r" (rax), "r" (rdi), "r" (rsi), "r" (rdx), in arch_syscall_invoke6()
80 register uintptr_t rdx __asm__("%rdx") = arg3; in arch_syscall_invoke5()
86 : "r" (rax), "r" (rdi), "r" (rsi), "r" (rdx), in arch_syscall_invoke5()
100 register uintptr_t rdx __asm__("%rdx") = arg3; in arch_syscall_invoke4()
105 : "r" (rax), "r" (rdi), "r" (rsi), "r" (rdx), in arch_syscall_invoke4()
119 register uintptr_t rdx __asm__("%rdx") = arg3; in arch_syscall_invoke3()
123 : "r" (rax), "r" (rdi), "r" (rsi), "r" (rdx) in arch_syscall_invoke3()
Darch.h73 unsigned long rdx; member
103 unsigned long rdx; member
Dthread.h140 uint64_t rdx; member
/Zephyr-Core-3.5.0/arch/x86/core/intel64/
Duserspace.S133 pushq %rdx
173 popq %rdx
259 movl %r8d, (%rdx)
294 pushq %rdx
304 popq %rdx
Dcoredump.c19 uint64_t rdx; member
76 arch_blk.r.rdx = esf->rdx; in arch_coredump_info_dump()
Dlocore.S237 movq %rax, %rdx
238 shrq $32, %rdx
283 xorq %rdx, %rdx
400 movq _thread_offset_to_tls(%rdi), %rdx
401 shrq $32, %rdx
467 movq _thread_offset_to_rdx(%rdi), %rdx
580 pushq %rdx
609 popq %rdx
752 pushq %rdx
774 movq %rdx, _thread_offset_to_rdx(%rsi)
[all …]
Dthread.c56 thread->arch.rdx = (long) p2; in arch_new_thread()
/Zephyr-Core-3.5.0/arch/x86/core/offsets/
Dintel64_offsets.c21 GEN_OFFSET_SYM(_thread_arch_t, rdx);
/Zephyr-Core-3.5.0/arch/x86/core/
Dfatal.c185 esf->rax, esf->rbx, esf->rcx, esf->rdx); in dump_regs()