Searched refs:PTRACE_REG_INTRV (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/arch/or1k/include/
H A Dptrace.h51 #define PTRACE_REG_INTRV(r) (r)->r_reg[0] macro
/netbsd-current/sys/arch/vax/include/
H A Dptrace.h50 #define PTRACE_REG_INTRV(r) (r)->r0 macro
/netbsd-current/sys/arch/m68k/include/
H A Dptrace.h60 #define PTRACE_REG_INTRV(r) (r)->r_regs[0] macro
/netbsd-current/sys/arch/ia64/include/
H A Dptrace.h59 #define PTRACE_REG_INTRV(r) (r)->r_special.!!! macro
/netbsd-current/sys/arch/sparc/include/
H A Dptrace.h65 #define PTRACE_REG_INTRV(r) ((unsigned long int)(r)->r_out[0]) macro
/netbsd-current/sys/arch/riscv/include/
H A Dptrace.h55 #define PTRACE_REG_INTRV(r) (r)->r_reg[_X_A0] macro
/netbsd-current/sys/arch/alpha/include/
H A Dptrace.h54 #define PTRACE_REG_INTRV(r) (r)->r_regs[R_V0] macro
/netbsd-current/sys/arch/aarch64/include/
H A Dptrace.h63 #define PTRACE_REG_INTRV(r) (r)->r_reg[0] macro
/netbsd-current/sys/arch/arm/include/
H A Dptrace.h70 #define PTRACE_REG_INTRV(_r) (_r)->r[0] macro
/netbsd-current/sys/arch/mips/include/
H A Dptrace.h68 #define PTRACE_REG_INTRV(r) (r)->r_regs[2] macro
/netbsd-current/sys/arch/hppa/include/
H A Dptrace.h59 #define PTRACE_REG_INTRV(r) (r)->r_regs[28] macro
/netbsd-current/sys/arch/powerpc/include/
H A Dptrace.h28 #define PTRACE_REG_INTRV(r) (r)->fixreg[3] macro
/netbsd-current/sys/arch/i386/include/
H A Dptrace.h116 #define PTRACE_REG_INTRV(r) (r)->r_eax macro
/netbsd-current/sys/arch/amd64/include/
H A Dptrace.h81 #define PTRACE_REG_INTRV(r) (r)->regs[_REG_RAX] macro
/netbsd-current/tests/lib/libc/sys/
H A Dt_ptrace_register_wait.h107 rgstr = PTRACE_REG_INTRV(&gpr);
H A Dt_ptrace_wait.h199 && defined(PTRACE_REG_INTRV)

Completed in 106 milliseconds