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

/vbox/src/VBox/VMM/VMMAll/
H A DEMAll.cpp103 static uint32_t g_fEmFFs; variable
500 && (g_fEmFFs & g_fInterestingFFs) == (g_fIemFFs & g_fInterestingFFs)
521 if ((g_fEmFFs & g_fInterestingFFs) != (g_fIemFFs & g_fInterestingFFs))
522 RTLogPrintf("!! g_fIemFFs=%#x g_fEmFFs=%#x (diff=%#x)\n", g_fIemFFs & g_fInterestingFFs,
523 g_fEmFFs & g_fInterestingFFs, (g_fIemFFs ^ g_fEmFFs) & g_fInterestingFFs);
762 g_fEmFFs = pVCpu->fLocalForcedActions;
893 g_fEmFFs = pVCpu->fLocalForcedActions;
1016 g_fEmFFs = pVCpu->fLocalForcedActions;

Completed in 55 milliseconds