Home
last modified time | relevance | path

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

/sys/amd64/
Dtrapentry.S173 pushq %r9
192 popq %r9
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.h58 uint64_t r9; member