Home
last modified time | relevance | path

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

/openbsd/sys/arch/amd64/amd64/
H A Dprocess_machdep.c90 regs->r_rsi = tf->tf_rsi; in process_read_regs()
140 tf->tf_rsi = regs->r_rsi; in process_write_regs()
/openbsd/sys/arch/amd64/include/
H A Dreg.h81 int64_t r_rsi; member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Damd64fbsd-nat.c52 REG_OFFSET (r_rsi),
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD_x86_64.cpp299 reg_value = (uint64_t)m_gpr.r_rsi; in ReadRegister()
509 m_gpr.r_rsi = reg_value.GetAsUInt64(); in WriteRegister()