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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp4310 && fGuestAmd \
4311 && (!fGuestAmd || !(aHostRaw##set [1].reg & bit)) \
4324 && fGuestAmd \
4325 && (!fGuestAmd || !(aHostRaw##set [1].reg & bit)) \
4333 && fGuestAmd \
4334 && (!fGuestAmd || !(aHostRaw##set [1].reg & bit)) \
4694 bool const fGuestAmd = ASMIsAmdCpuEx(aGuestCpuIdExt[0].uEbx, aGuestCpuIdExt[0].uEcx, aGuestCpuIdExt[0].uEdx); local

Completed in 313 milliseconds