Searched refs:PTRACE_GETFPXREGS (Results 1 – 4 of 4) sorted by relevance
70 if (ptrace(PTRACE_GETFPXREGS, pid, 0, fp_regs) < 0) in save_fpx_registers()103 err = ptrace(PTRACE_GETFPXREGS, pid, 0, &fpx_regs); in arch_init_registers()
72 #define PTRACE_GETFPXREGS 18 macro
267 case PTRACE_GETFPXREGS: /* Get the child FPU state. */ in subarch_ptrace()
801 case PTRACE_GETFPXREGS: /* Get the child extended FPU state. */ in arch_ptrace()1087 case PTRACE_GETFPXREGS: /* Get the child extended FPU state. */ in ia32_arch_ptrace()