HomeSort by relevance Sort by last modified time
    Searched defs:rdtsc (Results 1 - 2 of 2) sorted by null

  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
i386_timer.c 71 #define rdtsc(low,high) \ macro
72 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
75 __asm__ __volatile__ ("rdtsc" : "=A" (val))
101 rdtsc(startlow,starthigh);
103 rdtsc(endlow,endhigh);
144 rdtsc(clocks_low, clocks_high);
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
misc.c 50 * Lets us use the rdtsc instruction to get highres time.
56 * Uses the rdtsc instruction to get high resolution (cpu
60 rdtsc(void) function
69 * used when not compiled for Sun systems. It uses rdtsc call to
78 hrt = 1000000000UL * rdtsc() / cpu_hz;

Completed in 240 milliseconds