函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\intel_pconfig.c |
Create Date:2022-07-27 08:58:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:intel_pconfig_init
函数原型:static int __init intel_pconfig_init(void)
返回类型:int
参数:无
44 | 如果非boot_cpu_has(Intel PCONFIG )则返回:0 |
58 | cpuid_count(PCONFIG_CPUID, subleaf, & eax, & ebx, & ecx, & edx) |
62 | 当: & == PCONFIG_CPUID_SUBLEAF_INVALID |
64 | 转到:out |
65 | 当: & == PCONFIG_CPUID_SUBLEAF_TARGETID |
67 | 如果ebx小于64则Bitmask of supported targets 或等于1ULL左移ebx位 |
69 | 如果ecx小于64则Bitmask of supported targets 或等于1ULL左移ecx位 |
71 | 如果edx小于64则Bitmask of supported targets 或等于1ULL左移edx位 |
73 | 退出 |
74 | 默认 |
76 | 退出 |
79 | out : |
80 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |