Function report |
Source Code:arch\x86\kernel\cpu\microcode\intel.c |
Create Date:2022-07-28 08:08:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Print ucode update info.
Proto:static void print_ucode_info(struct ucode_cpu_info *uci, unsigned int date)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct ucode_cpu_info * | uci | |
unsigned int | date |
521 | pr_info_once("microcode updated early to revision 0x%x, date = %04x-%02x-%02x\n", rev, date & 0xffff, date >> 24, (date >> 16) & 0xff) |
Name | Describe |
---|---|
show_ucode_info_early | Print early updated ucode info after printk works. This is delayed info dump. |
apply_microcode_early |
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 |