Searched refs:tscval (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/dev/atkbdc/
H A Datkbdc.c267 u_int64_t tscval[3], read_delay; local
302 tscval[0] = rdtsc();
304 tscval[1] = rdtsc();
306 tscval[2] = rdtsc();
308 read_delay = tscval[1] - tscval[0];
309 read_delay /= (tscval[2] - tscval[1]) / 1000;
/freebsd-current/sys/amd64/vmm/
H A Dvmm.c1899 uint64_t tscval; local
1923 tscval = rdtsc();
1936 vmm_stat_incr(vcpu, VCPU_TOTAL_RUNTIME, rdtsc() - tscval);

Completed in 107 milliseconds