Searched refs:xsave_off (Results 1 – 1 of 1) sorted by relevance
2212 const void *xsave_off; in fpu_proc_xregs_std_fill() local2216 xsave_off = (void *)((uintptr_t)fpu->fpu_regs.kfpu_u.kfpu_xs + in fpu_proc_xregs_std_fill()2218 bcopy(xsave_off, datap, info->xi_size); in fpu_proc_xregs_std_fill()2356 void *xsave_off; in fpu_proc_xregs_std_set() local2359 xsave_off = (void *)((uintptr_t)fpu->fpu_regs.kfpu_u.kfpu_xs + in fpu_proc_xregs_std_set()2361 bcopy(datap, xsave_off, size); in fpu_proc_xregs_std_set()2414 size_t len, xsave_off; in fpu_signal_copyin_std() local2418 cpuid_get_xsave_info(info->xi_bits, &len, &xsave_off); in fpu_signal_copyin_std()2423 copy_to = (void *)((uintptr_t)fpup + xsave_off); in fpu_signal_copyin_std()2438 size_t len, xsave_off; in fpu_signal_copyout_std() local[all …]