Searched refs:PTRACE_GETFPREGS (Results 1 - 23 of 23) sorted by relevance

/linux-master/arch/sh/include/uapi/asm/
H A Dptrace.h12 #define PTRACE_GETFPREGS 14 /* FPU registers */ macro
/linux-master/arch/parisc/include/uapi/asm/
H A Dptrace.h74 * and through PTRACE_GETFPREGS.
93 #define PTRACE_GETFPREGS 14 macro
/linux-master/arch/x86/include/uapi/asm/
H A Dptrace-abi.h70 #define PTRACE_GETFPREGS 14 macro
/linux-master/arch/mips/include/uapi/asm/
H A Dptrace.h53 #define PTRACE_GETFPREGS 14 macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dptrace.h72 #define PTRACE_GETFPREGS 14 macro
/linux-master/arch/arm/include/uapi/asm/
H A Dptrace.h18 #define PTRACE_GETFPREGS 14 macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dptrace.h184 #define PTRACE_GETFPREGS 0xe macro
/linux-master/arch/x86/um/os-Linux/
H A Dregisters.c24 if (ptrace(PTRACE_GETFPREGS, pid, 0, fp_regs) < 0)
/linux-master/arch/sparc/include/uapi/asm/
H A Dptrace.h334 #define PTRACE_GETFPREGS 14 macro
/linux-master/arch/mips/kernel/
H A Dptrace32.c283 case PTRACE_GETFPREGS:
H A Dptrace.c1288 case PTRACE_GETFPREGS:
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace32.c279 case PTRACE_GETFPREGS:
H A Dptrace.c137 case PTRACE_GETFPREGS: /* Get the child FPU state (FPR0...31 + FPSCR) */
/linux-master/arch/m68k/kernel/
H A Dptrace.c251 case PTRACE_GETFPREGS: /* Get the child FPU state. */
/linux-master/arch/x86/um/
H A Dptrace_32.c238 case PTRACE_GETFPREGS: /* Get the child FPU state. */
H A Dptrace_64.c228 case PTRACE_GETFPREGS: /* Get the child FPU state. */
/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace.h331 ret = ptrace(PTRACE_GETFPREGS, child, NULL, regs);
350 ret = ptrace(PTRACE_GETFPREGS, child, NULL, regs);
/linux-master/arch/parisc/kernel/
H A Dptrace.c200 case PTRACE_GETFPREGS: /* Get the child FPU state. */
313 case PTRACE_GETFPREGS:
/linux-master/arch/x86/kernel/
H A Dptrace.c794 case PTRACE_GETFPREGS: /* Get the child FPU state. */
1096 case PTRACE_GETFPREGS: /* Get the child FPU state. */
1197 case PTRACE_GETFPREGS: /* Get the child FPU state. */
/linux-master/arch/sh/kernel/
H A Dptrace_32.c424 case PTRACE_GETFPREGS:
/linux-master/arch/sparc/kernel/
H A Dptrace_32.c390 case PTRACE_GETFPREGS: {
H A Dptrace_64.c960 case PTRACE_GETFPREGS:
/linux-master/arch/arm/kernel/
H A Dptrace.c754 case PTRACE_GETFPREGS:

Completed in 225 milliseconds