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

/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp1162 bool fInterceptNM = false;
1176 fInterceptNM = true; /* Guest FPU inactive, #VMEXIT on #NM for lazy FPU loading. */
1184 if (fInterceptNM)
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 2332 milliseconds