Home
last modified time | relevance | path

Searched refs:cpu_fxsr (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/i386/i386/
H A Dnpx.c127 (cpu_fxsr ? \
131 (cpu_fxsr ? \
135 if (cpu_fxsr) \
327 if (cpu_fxsr)
418 if (cpu_fxsr) in npxinit()
464 if (cpu_fxsr) in npxinitstate()
563 if (cpu_fxsr) in npxformat()
815 if (cpu_fxsr) in restore_npx_curthread()
1116 if (cpu_fxsr) in npxsetregs()
1249 if (cpu_fxsr) in npx_get_fsave()
[all …]
H A Dptrace_machdep.c170 if (!cpu_fxsr) in cpu_ptrace_xmm()
H A Dinitcpu.c763 cpu_fxsr = hw_instruction_sse = 1; in initializecpu()
H A Dexec_machdep.c1081 if (cpu_fxsr) in fill_fpregs()
1095 if (cpu_fxsr) in set_fpregs()
H A Dmachdep.c1546 if (cpu_fxsr && (cpu_feature2 & CPUID2_XSAVE) != 0) { in init386()
/freebsd-14.2/sys/i386/include/
H A Dmd_var.h37 extern u_int cpu_fxsr;
/freebsd-14.2/sys/i386/linux/
H A Dlinux_ptrace_machdep.c216 if (cpu_fxsr == 0 || (td->td_proc->p_flag & P_INMEM) == 0) in linux_proc_read_fpxregs()
227 if (cpu_fxsr == 0 || (td->td_proc->p_flag & P_INMEM) == 0) in linux_proc_write_fpxregs()