Searched refs:r_r15 (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/sys/arch/sh/include/
H A Dreg.h85 int r_r15; member in struct:reg
/openbsd-current/sys/arch/amd64/include/
H A Dreg.h91 int64_t r_r15; member in struct:reg
/openbsd-current/sys/arch/sh/sh/
H A Dprocess_machdep.c167 regs->r_r15 = tf->tf_r15;
226 tf->tf_r15 = regs->r_r15;
/openbsd-current/sys/arch/amd64/amd64/
H A Dprocess_machdep.c99 regs->r_r15 = tf->tf_r15;
149 tf->tf_r15 = regs->r_r15;
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Damd64fbsd-nat.c64 REG_OFFSET (r_r15),
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD_x86_64.cpp285 reg_value = (uint64_t)m_gpr.r_r15;
483 m_gpr.r_r15 = reg_value.GetAsUInt64();

Completed in 99 milliseconds