Searched refs:PT_FIRSTMACH (Results 1 - 15 of 15) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/sparc/include/
H A Dptrace.h46 #define PT_GETREGS (PT_FIRSTMACH + 0)
47 #define PT_SETREGS (PT_FIRSTMACH + 1)
48 #define PT_GETFPREGS (PT_FIRSTMACH + 2)
49 #define PT_SETFPREGS (PT_FIRSTMACH + 3)
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dptrace.h37 #define PT_GETREGS (PT_FIRSTMACH + 0)
38 #define PT_SETREGS (PT_FIRSTMACH + 1)
39 #define PT_GETFPREGS (PT_FIRSTMACH + 2)
40 #define PT_SETFPREGS (PT_FIRSTMACH + 3)
/netbsd-6-1-5-RELEASE/sys/arch/vax/include/
H A Dptrace.h36 #define PT_STEP (PT_FIRSTMACH + 0)
37 #define PT_GETREGS (PT_FIRSTMACH + 1)
38 #define PT_SETREGS (PT_FIRSTMACH + 2)
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Dptrace.h34 #define PT_STEP (PT_FIRSTMACH + 0)
35 #define PT_GETREGS (PT_FIRSTMACH + 1)
36 #define PT_SETREGS (PT_FIRSTMACH + 2)
37 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
38 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
/netbsd-6-1-5-RELEASE/sys/arch/ia64/include/
H A Dptrace.h36 #define PT_STEP (PT_FIRSTMACH + 0)
37 #define PT_GETREGS (PT_FIRSTMACH + 1)
38 #define PT_SETREGS (PT_FIRSTMACH + 2)
39 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
40 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
/netbsd-6-1-5-RELEASE/sys/arch/m68k/include/
H A Dptrace.h38 #define PT_STEP (PT_FIRSTMACH + 0)
39 #define PT_GETREGS (PT_FIRSTMACH + 1)
40 #define PT_SETREGS (PT_FIRSTMACH + 2)
41 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
42 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/
H A Dptrace.h38 #define PT_STEP (PT_FIRSTMACH + 0) /* Not implemented */
40 #define PT_GETREGS (PT_FIRSTMACH + 1)
41 #define PT_SETREGS (PT_FIRSTMACH + 2)
42 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
43 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
/netbsd-6-1-5-RELEASE/sys/arch/sh3/include/
H A Dptrace.h40 #define PT_STEP (PT_FIRSTMACH + 0)
43 #define PT___GETREGS40 (PT_FIRSTMACH + 1)
44 #define PT___SETREGS40 (PT_FIRSTMACH + 2)
46 #define PT_GETREGS (PT_FIRSTMACH + 3)
47 #define PT_SETREGS (PT_FIRSTMACH + 4)
50 #define PT_GETFPREGS (PT_FIRSTMACH + 5)
51 #define PT_SETFPREGS (PT_FIRSTMACH + 6)
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dptrace.h42 /*#define PT_STEP (PT_FIRSTMACH + 0)*/
43 #define PT_GETREGS (PT_FIRSTMACH + 1)
44 #define PT_SETREGS (PT_FIRSTMACH + 2)
46 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
47 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
/netbsd-6-1-5-RELEASE/sys/arch/arc/include/
H A Dptrace.h6 #define PT_STEP (PT_FIRSTMACH + 0)
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dptrace.h36 #define PT_STEP (PT_FIRSTMACH + 0)
37 #define PT_GETREGS (PT_FIRSTMACH + 1)
38 #define PT_SETREGS (PT_FIRSTMACH + 2)
39 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
40 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/include/
H A Dptrace.h6 #define PT_STEP (PT_FIRSTMACH + 0)
7 #define PT_GETREGS (PT_FIRSTMACH + 1)
8 #define PT_SETREGS (PT_FIRSTMACH + 2)
9 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
10 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
11 #define PT_GETVECREGS (PT_FIRSTMACH + 5)
12 #define PT_SETVECREGS (PT_FIRSTMACH + 6)
/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dptrace.h74 #define PT_STEP (PT_FIRSTMACH + 0)
75 #define PT_GETREGS (PT_FIRSTMACH + 1)
76 #define PT_SETREGS (PT_FIRSTMACH + 2)
77 #define PT_GETFPREGS (PT_FIRSTMACH + 3)
78 #define PT_SETFPREGS (PT_FIRSTMACH + 4)
87 #define PT_GETXMMREGS (PT_FIRSTMACH + 5)
88 #define PT_SETXMMREGS (PT_FIRSTMACH + 6)
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dptrace.h55 #define PT_FIRSTMACH 32 /* for machine-specific requests */ macro
/netbsd-6-1-5-RELEASE/usr.bin/kdump/
H A Dkdump.c580 else if (*ap >= PT_FIRSTMACH &&
581 *ap - PT_FIRSTMACH < (register_t)
583 (void)printf("%s", ptrace_machdep_ops[*ap - PT_FIRSTMACH]);

Completed in 163 milliseconds