Searched defs:fInterceptNM (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMVMXR0.cpp3789 bool fInterceptNM = false; local
3792 fInterceptNM = false; /* Guest FPU active, no need to VM-exit on #NM. */
3798 fInterceptNM = true; /* Guest FPU inactive, VM-exit on #NM for lazy FPU loading. */
3814 fInterceptNM = true;
3824 if (fInterceptNM)
3898 if (fInterceptNM)

Completed in 84 milliseconds