Home
last modified time | relevance | path

Searched refs:r_rip (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/arch/amd64/amd64/
H A Dprocess_machdep.c105 regs->r_rip = tf->tf_rip; in process_read_regs()
155 tf->tf_rip = regs->r_rip; in process_write_regs()
H A Dmachdep.c2144 if (regs->r_rip >= VM_MAXUSER_ADDRESS) in check_context()
/openbsd/regress/sys/ptrace/
H A Dptrace.c66 regs.r_rip |= 0x07; in main()
/openbsd/sys/arch/amd64/include/
H A Dreg.h96 int64_t r_rip; member
/openbsd/gnu/usr.bin/binutils/gdb/
H A Damd64fbsd-nat.c64 REG_OFFSET (r_rip),
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD_x86_64.cpp332 reg_value = (uint64_t)m_gpr.r_rip; in ReadRegister()
542 m_gpr.r_rip = reg_value.GetAsUInt64(); in WriteRegister()