Function report |
Source Code:arch\x86\kernel\cpu\microcode\intel.c |
Create Date:2022-07-28 08:08:41 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:is_blacklisted
Proto:static bool is_blacklisted(unsigned int cpu)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cpu |
956 | If CPU family == 6 && x86_model == INTEL_FAM6_BROADWELL_X && x86_stepping == 0x01 && last level cache size per core > 2621440 && microcode < 0x0b000021 Then |
961 | pr_err_once("Erratum BDF90: late loading with revision < 0x0b000021 (0x%x) disabled.\n", microcode) |
962 | pr_err_once("Please consider either early loading through initrd/built-in or a potential BIOS update.\n") |
963 | Return true |
966 | Return false |
Name | Describe |
---|---|
request_microcode_fw | |
request_microcode_user |
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 |