Searched refs:khz (Results 1 – 5 of 5) sorted by relevance
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_sr_common_x86.c | 15 &tsc.nsec, &tsc.khz, &tsc.incarnation) < 0 ) in write_tsc_info() 37 tsc->nsec, tsc->khz, tsc->incarnation) ) in handle_tsc_info()
|
A D | xc_sr_stream_format.h | 121 uint32_t khz; member
|
/xen-4.10.0-shim-comet/tools/python/scripts/ |
A D | convert-legacy-stream | 151 def write_libxc_tsc_info(mode, khz, nsec, incarn): argument 154 mode, khz, nsec, incarn, 0)) 434 mode, nsec, khz, incarn = unpack_exact("=IQII") 436 % (mode, nsec, khz, incarn)) 437 write_libxc_tsc_info(mode, khz, nsec, incarn)
|
/xen-4.10.0-shim-comet/tools/python/xen/migration/ |
A D | libxc.py | 366 mode, khz, nsec, incarn, res1 = unpack(TSC_INFO_FORMAT, content) 373 % (mode, khz, nsec, incarn))
|
/xen-4.10.0-shim-comet/docs/specs/ |
A D | libxc-migration-stream.pandoc | 471 | mode | khz | 483 khz TSC frequency, in kHz.
|
Completed in 8 milliseconds