linux_pt_fpxreg
linux_proc_read_fpxregs(struct thread *td, struct linux_pt_fpxreg *fpxregs)
linux_proc_write_fpxregs(struct thread *td, struct linux_pt_fpxreg *fpxregs)
struct linux_pt_fpxreg fpxreg;
if (sizeof(struct linux_pt_fpxreg) != sizeof(struct savexmm)) {