Home
last modified time | relevance | path

Searched refs:fenced_rdtsc (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/x86/
H A Dpmu.c911 t0 = fenced_rdtsc(); in set_ref_cycle_expectations()
913 t1 = fenced_rdtsc(); in set_ref_cycle_expectations()
926 t2 = fenced_rdtsc(); in set_ref_cycle_expectations()
928 t3 = fenced_rdtsc(); in set_ref_cycle_expectations()
H A Dvmx_tests.c9117 vmx_preemption_timer_expiry_start = fenced_rdtsc(); in vmx_preemption_timer_expiry_test_guest()
9120 vmx_preemption_timer_expiry_finish = fenced_rdtsc(); in vmx_preemption_timer_expiry_test_guest()
/kvm-unit-tests/lib/x86/
H A Dprocessor.h821 static inline unsigned long long fenced_rdtsc(void) in fenced_rdtsc() function