Home
last modified time | relevance | path

Searched refs:r8 (Results 1 – 4 of 4) sorted by relevance

/sys/amd64/
Dtrapentry.S172 pushq %r8
193 popq %r8
Dtrap.c117 tf->rbp, tf->r8, tf->r9); in Trap_Dump()
219 tf->rax = Syscall_Entry(tf->rdi, tf->rsi, tf->rdx, tf->rcx, tf->r8, tf->r9); in trap_entry()
Ddebug.c120 tf->rbp, tf->r8, tf->r9); in Debug_Registers()
/sys/amd64/include/
Dtrap.h59 uint64_t r8; member