Searched refs:fWrGpMask (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/vmm/
H A Dcpum.h624 /** Writes are ignored, the fWrGpMask is observed though. */
626 /** Writes cause GP(0) to be raised, the fWrGpMask should be UINT64_MAX. */
869 uint64_t fWrGpMask; member in struct:CPUMMSRRANGE
/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllMsrs.cpp127 Assert(pRange->fWrGpMask == UINT64_MAX);
5072 if (!(uValue & pRange->fWrGpMask))
5112 idMsr, pRange->szName, uValue, uValue & pRange->fWrGpMask));
/vbox/src/VBox/VMM/VMMR3/
H A DCPUM.cpp948 pRange->fWrGpMask &= ~pVCpu->cpum.s.GuestMsrs.msr.MiscEnable;
H A DCPUMR3CpuId.cpp1775 rc = CFGMR3QueryU64Def(pNode, "WrGpMask", &MsrRange.fWrGpMask, 0);

Completed in 99 milliseconds