Home
last modified time | relevance | path

Searched refs:tf_rbx (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/platform/pc64/x86_64/
H A Ddb_interface.c208 regs->tf_rbx = ddb_regs.tf_rbx; in kdb_trap()
H A Ddb_trace.c102 { "rbx", &ddb_regs.tf_rbx, NULL },
H A Dgenassym.c159 ASSYM(TF_RBX, offsetof(struct trapframe, tf_rbx));
H A Dmachdep.c1488 regs->tf_rbx = ps_strings; in exec_setregs()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Ddb_interface.c202 regs->tf_rbx = ddb_regs.tf_rbx; in kdb_trap()
H A Ddb_trace.c103 { "rbx", &ddb_regs.tf_rbx, NULL },
H A Dcpu_regs.c561 regs->tf_rbx = ps_strings; in exec_setregs()
/dragonfly/sys/cpu/x86_64/include/
H A Dframe.h64 register_t tf_rbx; member
/dragonfly/sys/cpu/x86_64/misc/
H A Dx86_64-gdbstub.c479 registers.rbx = raw_regs->tf_rbx; in gdb_handle_exception()
634 raw_regs->tf_rbx = registers.rbx; in gdb_handle_exception()
/dragonfly/gnu/usr.bin/gdb/kgdb/
H A Dtrgt_x86_64.c133 offsetof(struct trapframe, tf_rbx),