Home
last modified time | relevance | path

Searched refs:rdtscll (Results 1 – 7 of 7) sorted by relevance

/third_party/ltp/include/
Dtst_tsc.h20 #define rdtscll(val) __asm__ __volatile__("rdtsc" : "=A" (val)) macro
22 #define rdtscll(val) \ macro
30 #define rdtscll(val) \ macro
35 #define rdtscll(val) \ macro
49 #define rdtscll(val) do { } while (0) macro
/third_party/alsa-lib/test/
Dmixtest.c8 #define rdtscll(val) \ macro
77 rdtscll(tsc_begin); in detect_cpu_clock()
82 rdtscll(tsc_end); in detect_cpu_clock()
258 rdtscll(begin); in main()
263 rdtscll(end); in main()
272 rdtscll(begin); in main()
276 rdtscll(end); in main()
285 rdtscll(begin); in main()
289 rdtscll(end); in main()
298 rdtscll(begin); in main()
[all …]
/third_party/ltp/testcases/realtime/func/measurement/
Drdtsc-latency.c90 rdtscll(tsc_start); in tsc_period_ps()
93 rdtscll(tsc_end); in tsc_period_ps()
147 rdtscll(tsc_a); in main()
148 rdtscll(tsc_b); in main()
Dpreempt_timing.c132 rdtscll(sample_list[i]); in main()
/third_party/mesa3d/src/mesa/math/
Dm_debug_util.h193 #define rdtscll(val) do { \ macro
206 rdtscll(cycle_tmp1); \
207 rdtscll(cycle_tmp2); \
219 rdtscll(cycle_tmp1);
222 rdtscll(cycle_tmp2); \
/third_party/ltp/testcases/realtime/func/async_handler/
Dasync_handler_tsc.c102 rdtscll(tsc_start); in tsc_period_ps()
105 rdtscll(tsc_end); in tsc_period_ps()
120 rdtscll(end); in handler_thread()
147 rdtscll(start); in signal_thread()
/third_party/ltp/testcases/cve/
Dmeltdown.c136 rdtscll(time1); in get_access_time()
141 rdtscll(time2); in get_access_time()