Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dnpx.c166 int lazy_fpu_switch = 0; variable
167 SYSCTL_INT(_hw, OID_AUTO, lazy_fpu_switch, CTLFLAG_RWTUN | CTLFLAG_NOFETCH,
168 &lazy_fpu_switch, 0,
340 TUNABLE_INT_FETCH("hw.lazy_fpu_switch", &lazy_fpu_switch); in npxinit_bsp1()
902 if (lazy_fpu_switch || (td->td_pflags & TDP_KTHREAD) != 0 || in npxswitch()