Home
last modified time | relevance | path

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

/sys/amd64/
Dsupport.S12 movq %rdx, %rcx
26 movq %rdx, %rcx
Dtrapentry.S168 pushq %rdx
197 popq %rdx
Dtrap.c115 tf->rdx, tf->rsi, tf->rdi); in Trap_Dump()
219 tf->rax = Syscall_Entry(tf->rdi, tf->rsi, tf->rdx, tf->rcx, tf->r8, tf->r9); in trap_entry()
Dthread.c53 tf->rdx = (uint64_t)arg3; in Thread_SetupKThread()
Dmultiboot.S116 movq %rdx, %rdi // Magic
Ddebug.c118 tf->rdx, tf->rsi, tf->rdi); in Debug_Registers()
/sys/amd64/include/
Dtrap.h63 uint64_t rdx; member