Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dnpx.c125 (cpu_fxsr ? \
129 (cpu_fxsr ? \
133 if (cpu_fxsr) \
171 u_int cpu_fxsr; /* SSE enabled */ variable
325 if (cpu_fxsr)
416 if (cpu_fxsr) in npxinit()
422 if (cpu_fxsr) { in npxinit()
462 if (cpu_fxsr) in npxinitstate()
466 if (cpu_fxsr) { in npxinitstate()
561 if (cpu_fxsr) in npxformat()
[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.c1079 if (cpu_fxsr) in fill_fpregs()
1093 if (cpu_fxsr) in set_fpregs()
H A Dmachdep.c1545 if (cpu_fxsr && (cpu_feature2 & CPUID2_XSAVE) != 0) { in init386()
/freebsd/sys/i386/include/
H A Dmd_var.h37 extern u_int cpu_fxsr;
/freebsd/sys/i386/linux/
H A Dlinux_ptrace_machdep.c216 if (cpu_fxsr == 0) in linux_proc_read_fpxregs()
227 if (cpu_fxsr == 0) in linux_proc_write_fpxregs()