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

/linux-master/tools/testing/selftests/kvm/riscv/
H A Darch_timer.c20 uint64_t xcnt, xcnt_diff_us, cmp; local
29 xcnt_diff_us = cycles_to_usec(xcnt - shared_data->xcnt);
35 "xcnt = 0x%"PRIx64", cmp = 0x%"PRIx64", xcnt_diff_us = 0x%" PRIx64,
36 xcnt, cmp, xcnt_diff_us);
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c59 uint64_t xcnt = 0, xcnt_diff_us, cval = 0; local
91 xcnt_diff_us = cycles_to_usec(xcnt - shared_data->xcnt);
98 "xcnt = 0x%lx, cval = 0x%lx, xcnt_diff_us = 0x%lx",
99 xcnt, cval, xcnt_diff_us);

Completed in 125 milliseconds