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

/vbox/src/VBox/VMM/VMMAll/
H A DCPUMAllRegs.cpp1217 * @param pfExactSubLeafHit Whether we've got an exact subleaf hit or not.
1219 PCPUMCPUIDLEAF cpumCpuIdGetLeafEx(PVM pVM, uint32_t uLeaf, uint32_t uSubLeaf, bool *pfExactSubLeafHit) argument
1246 *pfExactSubLeafHit = true;
1261 *pfExactSubLeafHit = uSubLeaf == paLeaves[i].uSubLeaf;
1268 *pfExactSubLeafHit = false;

Completed in 56 milliseconds