函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\tsc.c Create Date:2022-07-27 08:46:17
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:cpu_khz_from_cpuid

函数原型:static unsigned long cpu_khz_from_cpuid(void)

返回类型:unsigned long

参数:

692  如果CPU vendor 不等于X86_VENDOR_INTEL则返回:0
695  如果Maximum supported CPUID level, -1=no CPUID: 小于0x16则返回:0
698  eax_base_mhz等于ebx_max_mhz等于ecx_bus_mhz等于edx等于0
700  cpuid(0x16, & eax_base_mhz, & ebx_max_mhz, & ecx_bus_mhz, & edx)
702  返回:eax_base_mhz乘1000
调用者
名称描述
native_calibrate_cpu_earlyative_calibrate_cpu_early - can calibrate the cpu early in boot