Home
last modified time | relevance | path

Searched refs:khz (Results 1 – 5 of 5) sorted by relevance

/xen/tools/libxc/
A Dxc_sr_common_x86.c14 &tsc.nsec, &tsc.khz, &tsc.incarnation) < 0 ) in write_x86_tsc_info()
36 tsc->nsec, tsc->khz, tsc->incarnation) ) in handle_x86_tsc_info()
A Dxc_sr_stream_format.h121 uint32_t khz; member
/xen/tools/python/scripts/
A Dconvert-legacy-stream154 def write_libxc_tsc_info(mode, khz, nsec, incarn): argument
157 mode, khz, nsec, incarn, 0))
440 mode, nsec, khz, incarn = unpack_exact("=IQII")
442 % (mode, nsec, khz, incarn))
443 write_libxc_tsc_info(mode, khz, nsec, incarn)
/xen/tools/python/xen/migration/
A Dlibxc.py379 mode, khz, nsec, incarn, res1 = unpack(X86_TSC_INFO_FORMAT, content)
386 (mode, khz, nsec, incarn))
/xen/docs/specs/
A Dlibxc-migration-stream.pandoc467 | mode | khz |
479 khz TSC frequency, in kHz.

Completed in 7 milliseconds