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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3Db.cpp58 uint8_t cMaxPhysAddrWidth; member in struct:CPUMDBENTRY
H A DPGM.cpp2150 uint32_t cMaxPhysAddrWidth; local
2155 cMaxPhysAddrWidth = ASMCpuId_EAX(0x80000008) & 0xff;
2156 LogRel(("PGM: The CPU physical address width is %u bits\n", cMaxPhysAddrWidth));
2157 cMaxPhysAddrWidth = RT_MIN(52, cMaxPhysAddrWidth);
2158 pVM->pgm.s.fLessThan52PhysicalAddressBits = cMaxPhysAddrWidth < 52;
2159 for (uint32_t iBit = cMaxPhysAddrWidth; iBit < 52; iBit++)
2165 cMaxPhysAddrWidth = 48;
2172 for (uint32_t iBit = cMaxPhysAddrWidth; iBit < 64; iBit++)
2218 pVM->pgm.s.GCPhys4MBPSEMask = RT_BIT_64(RT_MAX(36, cMaxPhysAddrWidth))
[all...]
/vbox/include/VBox/vmm/
H A Dcpum.h916 uint8_t cMaxPhysAddrWidth; member in struct:CPUMFEATURES

Completed in 94 milliseconds