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

/vbox/src/VBox/VMM/VMMAll/
H A DHMAll.cpp438 * @param pu32Family Where to store the CPU family (can be NULL).
443 VMM_INT_DECL(int) HMAmdIsSubjectToErratum170(uint32_t *pu32Family, uint32_t *pu32Model, uint32_t *pu32Stepping) argument
477 if (pu32Family)
478 *pu32Family = u32Family;

Completed in 42 milliseconds