Home
last modified time | relevance | path

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

/f-stack/freebsd/i386/i386/
H A Dnpx.c153 (cpu_fxsr ? \
157 (cpu_fxsr ? \
161 if (cpu_fxsr) \
362 if (cpu_fxsr)
453 if (cpu_fxsr) in npxinit()
499 if (cpu_fxsr) in npxinitstate()
595 if (cpu_fxsr) in npxformat()
847 if (cpu_fxsr) in restore_npx_curthread()
1127 if (cpu_fxsr) in npxsetregs()
1260 if (cpu_fxsr) in npx_get_fsave()
[all …]
H A Dptrace_machdep.c121 if (!cpu_fxsr) in cpu_ptrace_xmm()
H A Dinitcpu.c765 cpu_fxsr = hw_instruction_sse = 1; in initializecpu()
H A Dmachdep.c2864 if (cpu_fxsr) in fill_fpregs()
2878 if (cpu_fxsr) in set_fpregs()
/f-stack/freebsd/x86/include/
H A Dx86_var.h57 extern u_int cpu_fxsr;
/f-stack/freebsd/amd64/amd64/
H A Dinitcpu.c262 cpu_fxsr = hw_instruction_sse = 1; in initializecpu()
/f-stack/freebsd/i386/linux/
H A Dlinux_ptrace.c220 if (cpu_fxsr == 0 || (td->td_proc->p_flag & P_INMEM) == 0) in linux_proc_read_fpxregs()
231 if (cpu_fxsr == 0 || (td->td_proc->p_flag & P_INMEM) == 0) in linux_proc_write_fpxregs()
/f-stack/freebsd/x86/x86/
H A Didentcpu.c109 u_int cpu_fxsr; /* SSE enabled */ variable