Searched defs:cyc_per_count (Results 1 - 1 of 1) sorted by relevance
/vbox/src/recompiler/ | ||
H A D | qemu-timer.h | 205 static uint32_t cyc_per_count = 0; local 207 if (!cyc_per_count) { 208 MIPS_RDHWR("$3", cyc_per_count); 212 return (int64_t)(count * cyc_per_count); |
Completed in 47 milliseconds