Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/um/os-Linux/
Dregisters.c76 int restore_fpx_registers(int pid, unsigned long *fp_regs) in restore_fpx_registers() function
94 return restore_fpx_registers(pid, regs); in put_fp_registers()
/linux-5.19.10/arch/um/include/shared/
Dregisters.h16 extern int restore_fpx_registers(int pid, unsigned long *fp_regs);
/linux-5.19.10/arch/x86/um/
Dptrace_32.c252 return restore_fpx_registers(userspace_pid[cpu], in set_fpxregs()
Dsignal.c219 err = restore_fpx_registers(pid, (unsigned long *) &fpx); in copy_sc_from_user()