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

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp3381 uint64_t fSkipBase = ~fGpBase; local
3384 fSkipBase = fSkipMask = 0;
3385 fSkipBase |= 0x7; /* Always skip the type. */
3388 vbCpuRepDebug("i=%#x fSkipBase=%#llx fSkipMask=%#llx\n", i, fSkipBase, fSkipMask);
3399 rc = msrProberModifyBitChanges(uMsr + i, &fIgnBaseN, &fGpBaseN, fSkipBase);
3403 if ( fIgnBaseN != (fIgnBase & ~fSkipBase)
3404 || fGpBaseN != (fGpBase & ~fSkipBase) )
3406 "MTRR PHYS BASE register %#x behaves differently from %#x: ign=%#llx/%#llx gp=%#llx/%#llx (fSkipBase=%#llx)\n",
3408 fIgnBaseN, fIgnBase & ~fSkipBase, fGpBase
[all...]

Completed in 66 milliseconds