Home
last modified time | relevance | path

Searched refs:PTRACE_SETFPXREGS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dptrace-abi.h73 #define PTRACE_SETFPXREGS 19 macro
/openbmc/u-boot/arch/x86/include/asm/
H A Dptrace.h87 #define PTRACE_SETFPXREGS 19 macro
/openbmc/linux/arch/x86/um/os-Linux/
H A Dregisters.c78 if (ptrace(PTRACE_SETFPXREGS, pid, 0, fp_regs) < 0) in restore_fpx_registers()
/openbmc/linux/arch/x86/um/
H A Dptrace_32.c271 case PTRACE_SETFPXREGS: /* Set the child FPU state. */ in subarch_ptrace()
/openbmc/linux/arch/x86/kernel/
H A Dptrace.c815 case PTRACE_SETFPXREGS: /* Set the child extended FPU state. */ in arch_ptrace()
1113 case PTRACE_SETFPXREGS: /* Set the child extended FPU state. */ in ia32_arch_ptrace()