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

/vbox/src/VBox/VMM/VMMAll/
H A DHMAll.cpp184 * @param fAccountFlushStat Whether to account the call to
187 static void hmPokeCpuForTlbFlush(PVMCPU pVCpu, bool fAccountFlushStat) argument
191 if (fAccountFlushStat)
234 hmPokeCpuForTlbFlush(pVCpu, false /* fAccountFlushStat */);
267 hmPokeCpuForTlbFlush(pVCpu, true /* fAccountFlushStat */);
392 hmPokeCpuForTlbFlush(pVCpu, true /*fAccountFlushStat*/);

Completed in 179 milliseconds