Searched refs:khz (Results 1 – 5 of 5) sorted by relevance
/xen/tools/libxc/ |
A D | xc_sr_common_x86.c | 14 &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 D | xc_sr_stream_format.h | 121 uint32_t khz; member
|
/xen/tools/python/scripts/ |
A D | convert-legacy-stream | 154 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 D | libxc.py | 379 mode, khz, nsec, incarn, res1 = unpack(X86_TSC_INFO_FORMAT, content) 386 (mode, khz, nsec, incarn))
|
/xen/docs/specs/ |
A D | libxc-migration-stream.pandoc | 467 | mode | khz | 479 khz TSC frequency, in kHz.
|
Completed in 7 milliseconds