Searched refs:cpu_fxsr (Results 1 – 8 of 8) sorted by relevance
153 (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 …]
121 if (!cpu_fxsr) in cpu_ptrace_xmm()
765 cpu_fxsr = hw_instruction_sse = 1; in initializecpu()
2864 if (cpu_fxsr) in fill_fpregs()2878 if (cpu_fxsr) in set_fpregs()
57 extern u_int cpu_fxsr;
262 cpu_fxsr = hw_instruction_sse = 1; in initializecpu()
220 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()
109 u_int cpu_fxsr; /* SSE enabled */ variable