Searched refs:rdtsc (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-10-stable/sys/amd64/include/
H A Dcpu.h89 return (rdtsc());
H A Dcpufunc.h370 rdtsc(void) function
374 __asm __volatile("rdtsc" : "=a" (low), "=d" (high));
383 __asm __volatile("rdtsc" : "=a" (rv) : : "edx");
852 uint64_t rdtsc(void);
/freebsd-10-stable/crypto/openssl/crypto/
H A Dx86cpuid.pl152 &rdtsc ();
174 &rdtsc ();
178 &rdtsc ();
H A Dx86_64cpuid.pl49 rdtsc
/freebsd-10-stable/sys/x86/x86/
H A Dtsc.c259 tsc1 = rdtsc();
261 tsc2 = rdtsc();
315 set_cputicker(rdtsc, tsc_freq, !tsc_is_invariant);
354 tsc[cpu * 3 + x] = rdtsc(); \
619 set_cputicker(rdtsc, max_freq, 1);
691 __asm __volatile("rdtsc; shrd %%cl, %%edx, %0"
H A Dmca.c439 rec->mr_tsc = rdtsc();
H A Dlocal_apic.c301 r = rdtsc();
306 r = rdtsc() - r;
/freebsd-10-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c377 tgt_cpu_tsc = rdtsc();
379 hst_cpu_tsc = rdtsc();
462 tsc = rdtsc() - tsc_skew[curcpu];
/freebsd-10-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c368 tgt_cpu_tsc = rdtsc();
370 hst_cpu_tsc = rdtsc();
453 tsc = rdtsc() - tsc_skew[curcpu];
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Darc4random.c319 v = rdtsc();
322 v = rdtsc() - v;
/freebsd-10-stable/lib/libc/gen/
H A Darc4random.c306 v = rdtsc();
309 v = rdtsc() - v;
/freebsd-10-stable/sys/dev/netmap/
H A Dif_lem_netmap.h123 t = rdtsc(); /* last timestamp */
172 t = rdtsc();
196 uint64_t t1 = rdtsc();
/freebsd-10-stable/sys/amd64/amd64/
H A Dprof_machdep.c215 count = (u_int)rdtsc() & ~1u;
H A Dmachdep.c617 tsc1 = rdtsc();
621 tsc2 = rdtsc();
626 tsc1 = rdtsc();
628 tsc2 = rdtsc();
/freebsd-10-stable/sys/i386/isa/
H A Dprof_machdep.c189 count = (u_int)rdtsc() & ~1u;
/freebsd-10-stable/usr.sbin/bhyve/
H A Dmevent_test.c102 tevbuf[i++] = rdtsc();
/freebsd-10-stable/sys/dev/hyperv/vmbus/amd64/
H A Dhyperv_machdep.c136 tsc = rdtsc(); \
/freebsd-10-stable/sys/i386/i386/
H A Dperfmon.c398 pmct->pmct_value = rdtsc();
/freebsd-10-stable/secure/lib/libcrypto/amd64/
H A Dx86_64cpuid.S31 rdtsc
/freebsd-10-stable/crypto/openssl/crypto/perlasm/
H A Dx86gas.pl61 sub ::rdtsc { &::emit(".byte\t0x0f,0x31"); }
/freebsd-10-stable/sys/i386/include/
H A Dcpufunc.h373 rdtsc(void) function
377 __asm __volatile("rdtsc" : "=A" (rv));
386 __asm __volatile("rdtsc" : "=a" (rv) : : "edx");
809 uint64_t rdtsc(void);
/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_tsc.c258 *v = rdtsc();
/freebsd-10-stable/sys/amd64/vmm/intel/
H A Dvmx_msr.c478 error = vmx_set_tsc_offset(vmx, vcpuid, val - rdtsc());
/freebsd-10-stable/sys/dev/atkbdc/
H A Datkbdc.c288 tscval[0] = rdtsc();
290 tscval[1] = rdtsc();
292 tscval[2] = rdtsc();
/freebsd-10-stable/sys/dev/xen/timer/
H A Dtimer.c205 return (scale_delta(rdtsc() - tinfo->tsc_timestamp,

Completed in 282 milliseconds

12