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

/vbox/src/VBox/VMM/VMMAll/
H A DHMAll.cpp439 * @param pu32Model Where to store the CPU model (can be NULL).
443 VMM_INT_DECL(int) HMAmdIsSubjectToErratum170(uint32_t *pu32Family, uint32_t *pu32Model, uint32_t *pu32Stepping) argument
479 if (pu32Model)
480 *pu32Model = u32Model;

Completed in 42 milliseconds