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

/vbox/src/VBox/VMM/VMMAll/
H A DHMAll.cpp440 * @param pu32Stepping Where to store the CPU stepping (can be NULL).
443 VMM_INT_DECL(int) HMAmdIsSubjectToErratum170(uint32_t *pu32Family, uint32_t *pu32Model, uint32_t *pu32Stepping) argument
481 if (pu32Stepping)
482 *pu32Stepping = u32Stepping;

Completed in 51 milliseconds