Home
last modified time | relevance | path

Searched defs:x86_64regs (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/cpu/x86_64/misc/
H A Dx86_64-gdbstub.c454 struct x86_64regs { in gdb_handle_exception() struct
455 unsigned long rax; in gdb_handle_exception()
456 unsigned long rbx; in gdb_handle_exception()
457 unsigned long rcx; in gdb_handle_exception()
458 unsigned long rdx; in gdb_handle_exception()
459 unsigned long rsi; in gdb_handle_exception()
460 unsigned long rdi; in gdb_handle_exception()
463 unsigned long r8; in gdb_handle_exception()
464 unsigned long r9; in gdb_handle_exception()
473 unsigned int cs; in gdb_handle_exception()
[all …]