Function report |
Source Code:arch\x86\kernel\cpu\intel.c |
Create Date:2022-07-28 07:57:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:intel_workarounds
Proto:static void intel_workarounds(struct cpuinfo_x86 *c)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct cpuinfo_x86 * | c |
417 | If ( CPU family << 8 | x86_model << 4 | x86_stepping) < 0x633 Then clear_cpu_cap(c, SYSENTER/SYSEXIT ) |
425 | If forcepae Then |
426 | pr_warn("PAE forced!\n") |
435 | If CPU family == 15 && x86_model == 1 && x86_stepping == 1 Then |
449 | If boot_cpu_has(Onboard APIC ) && ( CPU family << 8 | x86_model << 4 ) == 0x520 && ( x86_stepping < 0x6 || x86_stepping == 0xb ) Then set_cpu_bug(c, Bad local APIC aka 11AP ) |
472 | intel_smp_check(c) |
Name | Describe |
---|---|
init_intel |
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 |