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

/vbox/src/VBox/VMM/VMMR3/
H A DCPUMR3CpuId.cpp4046 * The uPrev stuff is a kludge for working around a week worth of bad saved
4053 uint32_t uPrev = 0; local
4061 || Leaf.uLeaf >= uPrev)
4064 uPrev = Leaf.uLeaf;
4067 uPrev = UINT32_MAX;

Completed in 328 milliseconds