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

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp3398 uint64_t fGpBaseN = 0; local
3399 rc = msrProberModifyBitChanges(uMsr + i, &fIgnBaseN, &fGpBaseN, fSkipBase);
3404 || fGpBaseN != (fGpBase & ~fSkipBase) )
3408 fIgnBaseN, fIgnBase & ~fSkipBase, fGpBaseN, fGpBase & ~fSkipBase, fSkipBase);

Completed in 72 milliseconds