函数逻辑报告 |
Source Code:arch\x86\kernel\tsc.c |
Create Date:2022-07-27 08:46:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:If ART is present detect the numerator:denominator to convert to TSC
函数原型:static void __init detect_art(void)
返回类型:void
参数:无
1043 | 如果boot_cpu_has(Running on a hypervisor )或非boot_cpu_has(TSC does not stop in C states )或非boot_cpu_has(TSC adjustment MSR 0x3B )或tsc_async_resets则返回 |
1049 | cpuid(ART_CPUID_LEAF, & art_to_tsc_denominator, & art_to_tsc_numerator, unused, unused + 1) |
1052 | 如果art_to_tsc_denominator小于ART_MIN_DENOMINATOR则返回 |
名称 | 描述 |
---|---|
tsc_init |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |