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

/vbox/src/VBox/VMM/tools/
H A DVBoxCpuReport.cpp264 * @param fSkipMask Mask of bits to skip.
266 static int msrProberModifyBitChanges(uint32_t uMsr, uint64_t *pfIgnMask, uint64_t *pfGpMask, uint64_t fSkipMask) argument
271 if (fBitMask & fSkipMask)
376 * @param fSkipMask Mask of bits to skip.
383 static int msrProberModifyBasicTests(uint32_t uMsr, uint64_t fSkipMask, bool *pfReadOnly, uint64_t *pfIgnMask, uint64_t *pfGpMask) argument
390 return msrProberModifyBitChanges(uMsr, pfIgnMask, pfGpMask, fSkipMask);
2983 uint64_t fSkipMask = getGenericSkipMask(uMsr); local
2986 rc = msrProberModifyBitChanges(uMsr, &fIgnMask, &fGpMask, fSkipMask);
3067 uint32_t uMsrBase, bool fEarlyEndOk, bool fNoIgnMask, uint64_t fSkipMask, uint32_t *pidxLoop)
3094 int rc = msrProberModifyBasicTests(uMsr, fSkipMask,
3066 reportMsr_GenRangeFunctionEx(VBCPUREPMSR const *paMsrs, uint32_t cMsrs, uint32_t cMax, const char *pszRdWrFnName, uint32_t uMsrBase, bool fEarlyEndOk, bool fNoIgnMask, uint64_t fSkipMask, uint32_t *pidxLoop) argument
3165 reportMsr_GenFunctionEx(uint32_t uMsr, const char *pszRdWrFnName, uint32_t uValue, uint64_t fSkipMask, uint64_t fNoGpMask, const char *pszAnnotate) argument
3252 uint64_t fSkipMask = RT_BIT_64(11); local
3269 uint64_t fSkipMask = 0; local
3382 uint64_t fSkipMask = ~fGpMask; local
3570 uint64_t fSkipMask = 0; local
3727 uint64_t fSkipMask = 0; local
3782 uint64_t fSkipMask = 0; local
3815 uint64_t fSkipMask = RT_BIT(4) | RT_BIT(3); local
3831 uint64_t fSkipMask = RT_BIT(11); local
3847 uint64_t fSkipMask = (RT_BIT_64(vbCpuRepGetPhysAddrWidth()) - 1) & ~(RT_BIT_64(23) - 1); local
3875 uint64_t fSkipMask = RT_BIT_64(63); /* PstateEn */ local
3918 uint64_t fSkipMask = 0; local
3991 uint64_t fSkipMask = RT_BIT_64(9) /* DIS_SPEC_TLB_RLD */; local
4017 uint64_t fSkipMask = RT_BIT_64(23) /* L2WayLock */ local
4038 uint64_t fSkipMask = RT_BIT_64(54) /* LateSbzResync */; local
[all...]

Completed in 54 milliseconds