Searched refs:GET_TIME (Results 1 – 2 of 2) sorted by relevance
58 #define GET_TIME(x) do { x = get_time_pit(); } while (0) macro128 GET_TIME(t1); in old_gameport_measure_speed()130 GET_TIME(t2); in old_gameport_measure_speed()131 GET_TIME(t3); in old_gameport_measure_speed()
146 #define GET_TIME(x) do { if (cpu_has_tsc) rdtscl(x); else x = get_time_pit(); } while (0) macro163 #define GET_TIME(x) rdtscl(x) macro167 #define GET_TIME(x) do { x = get_cycles(); } while (0) macro173 #define GET_TIME(x) do { x = analog_faketime++; } while(0) macro185 GET_TIME(x); in get_time()