Home
last modified time | relevance | path

Searched refs:PTRACE_GETFPXREGS (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/x86/um/os-Linux/
Dregisters.c71 if (ptrace(PTRACE_GETFPXREGS, pid, 0, fp_regs) < 0) in save_fpx_registers()
104 err = ptrace(PTRACE_GETFPXREGS, pid, 0, &fpx_regs); in arch_init_registers()
/linux-6.12.1/arch/x86/include/uapi/asm/
Dptrace-abi.h72 #define PTRACE_GETFPXREGS 18 macro
/linux-6.12.1/arch/x86/um/
Dptrace_32.c242 case PTRACE_GETFPXREGS: /* Get the child FPU state. */ in subarch_ptrace()
/linux-6.12.1/arch/x86/kernel/
Dptrace.c809 case PTRACE_GETFPXREGS: /* Get the child extended FPU state. */ in arch_ptrace()
1107 case PTRACE_GETFPXREGS: /* Get the child extended FPU state. */ in ia32_arch_ptrace()