Home
last modified time | relevance | path

Searched refs:PTRACE_GETFPXREGS (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/um/os-Linux/
H A Dregisters.c70 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()
108 panic("check_ptrace : PTRACE_GETFPXREGS failed, errno = %d", in arch_init_registers()
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/
H A 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()
109 panic("check_ptrace : PTRACE_GETFPXREGS failed, errno = %d", in arch_init_registers()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dptrace-abi.h72 #define PTRACE_GETFPXREGS 18 macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dptrace-abi.h72 #define PTRACE_GETFPXREGS 18 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h70 #define PTRACE_GETFPXREGS 18 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h70 #define PTRACE_GETFPXREGS 18 macro
/kernel/linux/linux-5.10/arch/x86/um/
H A Dptrace_32.c267 case PTRACE_GETFPXREGS: /* Get the child FPU state. */ in subarch_ptrace()
/kernel/linux/linux-6.6/arch/x86/um/
H A Dptrace_32.c268 case PTRACE_GETFPXREGS: /* Get the child FPU state. */ in subarch_ptrace()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dptrace.c779 case PTRACE_GETFPXREGS: /* Get the child extended FPU state. */ in arch_ptrace()
1077 case PTRACE_GETFPXREGS: /* Get the child extended FPU state. */ in ia32_arch_ptrace()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A 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()

Completed in 6 milliseconds