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

/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h398 uint8_t u8PortableCpuIdLevel; member in struct:CPUM
/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp2356 if ( pCpum->u8PortableCpuIdLevel >= (Lvl) && ((a_pLeafReg) & (fMask)) == (uValue) ) \
2362 if ( pCpum->u8PortableCpuIdLevel >= (Lvl) && ((a_pLeafReg) & (fBitMask)) ) \
2368 if ( pCpum->u8PortableCpuIdLevel >= (Lvl) \
2460 if (pCpum->u8PortableCpuIdLevel > 0)
2638 if (pCpum->u8PortableCpuIdLevel > 0)
2726 if (pCpum->u8PortableCpuIdLevel > 0)
2864 if (pCpum->u8PortableCpuIdLevel > 0)
3527 rc = CFGMR3QueryU8Def(pCpumCfg, "PortableCpuIdLevel", &pVM->cpum.s.u8PortableCpuIdLevel, pConfig->fSyntheticCpu ? 1 : 0);
/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllRegs.cpp1569 || pVM->cpum.s.u8PortableCpuIdLevel > 0)
1571 if (!pVM->cpum.s.u8PortableCpuIdLevel)
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h33 GEN_CHECK_OFF(CPUM, u8PortableCpuIdLevel);

Completed in 72 milliseconds