Searched refs:lazy_fpu_switch (Results 1 – 1 of 1) sorted by relevance
194 int lazy_fpu_switch = 0; variable195 SYSCTL_INT(_hw, OID_AUTO, lazy_fpu_switch, CTLFLAG_RWTUN | CTLFLAG_NOFETCH,196 &lazy_fpu_switch, 0,377 TUNABLE_INT_FETCH("hw.lazy_fpu_switch", &lazy_fpu_switch); in npxinit_bsp1()936 if (lazy_fpu_switch || (td->td_pflags & TDP_KTHREAD) != 0 || in npxswitch()