Function report |
Source Code:arch\x86\kernel\cpu\microcode\intel.c |
Create Date:2022-07-28 08:08:29 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:apply_microcode_early
Proto:static int apply_microcode_early(struct ucode_cpu_info *uci, bool early)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct ucode_cpu_info * | uci | |
bool | early |
587 | If Not mc Then Return 0 |
595 | rev = intel_get_microcode_revision() |
605 | native_wbinvd() |
608 | native_wrmsrl(MSR_IA32_UCODE_WRITE, (unsignedlong)bits) |
610 | rev = intel_get_microcode_revision() |
616 | If early Then At this point, we can not call printk() yet. Delay printing microcode info in* show_ucode_info_early() until printk() works. |
618 | Else Print ucode update info. |
621 | Return 0 |
Name | Describe |
---|---|
load_ucode_intel_bsp | |
load_ucode_intel_ap | |
reload_ucode_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 |