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

/vbox/src/VBox/VMM/VMMR0/
H A DCPUMR0.cpp149 PCPUM pCPUM = &pVM->cpum.s; local
/vbox/src/VBox/VMM/include/
H A DCPUMInternal.h539 DECLASM(int) cpumHandleLazyFPUAsm(PCPUMCPU pCPUM); variable
543 DECLASM(int) cpumR0SaveHostRestoreGuestFPUState(PCPUMCPU pCPUM); variable
544 DECLASM(int) cpumR0SaveGuestRestoreHostFPUState(PCPUMCPU pCPUM); variable
545 DECLASM(int) cpumR0SaveHostFPUState(PCPUMCPU pCPUM); variable
546 DECLASM(int) cpumR0RestoreHostFPUState(PCPUMCPU pCPUM); variable
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp1108 PCFGMNODE pCPUM; local
1109 InsertConfigNode(pRoot, "CPUM", &pCPUM);
1125 InsertConfigNode(pCPUM, Utf8StrFmt("HostCPUID/%RX32", uLeaf).c_str(), &pLeaf);
1140 InsertConfigInteger(pCPUM, "NT4LeafLimit", true);
1149 InsertConfigInteger(pCPUM, "CMPXCHG16B", true);
1156 InsertConfigInteger(pCPUM, "MWaitExtensions", true);
1182 InsertConfigInteger(pCPUM, "MaxIntelFamilyModelStep", uMaxIntelFamilyModelStep);
1188 InsertConfigInteger(pCPUM, "SyntheticCpu", fSyntheticCpu);

Completed in 62 milliseconds