Module devices::tsc::cpuid

source ·

Functions§

  • Returns the Bus frequency in Hz, based on reading Intel-specific cpuids, or None if the frequency can’t be determined from cpuids.
  • Given the tsc frequency in Hz and the bus frequency in Hz, return a fake version of cpuid leaf 0x15.
  • Returns the TSC frequency in Hz, based on reading Intel-specific cpuids, or None if the frequency can’t be determined from cpuids.
  • Gets the TSC frequency for cpuid leaf 0x15 from the existing leaves 0x15 and 0x16.

Type Aliases§

  • Function to retrieve the given CPUID leaf and sub-leaf.