函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\intel.c |
Create Date:2022-07-27 08:57:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:intel_workarounds
函数原型:static void intel_workarounds(struct cpuinfo_x86 *c)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct cpuinfo_x86 * | c |
417 | 如果CPU family 左移8位按位或x86_model左移4位按位或x86_stepping的值小于0x633则clear_cpu_cap(c, SYSENTER/SYSEXIT ) |
425 | 如果forcepae则 |
426 | 打印警告信息("PAE forced!\n") |
435 | 如果CPU family 恒等于15且x86_model恒等于1且x86_stepping恒等于1则 |
449 | 如果boot_cpu_has(Onboard APIC )且CPU family 左移8位按位或x86_model左移4位的值恒等于0x520且x86_stepping小于0x6或x86_stepping恒等于0xb的值则set_cpu_bug(c, Bad local APIC aka 11AP ) |
472 | intel_smp_check(c) |
名称 | 描述 |
---|---|
init_intel |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |