Function report |
Source Code:arch\x86\kernel\tsc.c |
Create Date:2022-07-28 07:46:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:ative_calibrate_cpu_early - can calibrate the cpu early in boot
Proto:unsigned long native_calibrate_cpu_early(void)
Type:unsigned long
Parameter:Nothing
863 | fast_calibrate = cpu_khz_from_cpuid() |
865 | If Not fast_calibrate Then fast_calibrate = cpu_khz_from_msr() |
867 | If Not fast_calibrate Then |
872 | Return fast_calibrate |
Name | Describe |
---|---|
native_calibrate_cpu | ative_calibrate_cpu - calibrate the cpu |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |