Function report |
Source Code:arch\x86\kernel\cpu\microcode\intel.c |
Create Date:2022-07-28 08:08:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:show_saved_mc
Proto:static void show_saved_mc(void)
Type:void
Parameter:Nothing
422 | i = 0 |
428 | pr_debug("no microcode data saved.\n") |
429 | Return |
432 | collect_cpu_info_early( & uci) |
453 | data_size = get_datasize(mc_saved_header) |
455 | pr_debug("mc_saved[%d]: sig=0x%x, pf=0x%x, rev=0x%x, total size=0x%x, date = %04x-%02x-%02x\n", i++, sig, pf, rev, total_size, date & 0xffff, date >> 24, (date >> 16) & 0xff) |
462 | If total_size <= data_size + MC_HEADER_SIZE Then Continue |
465 | ext_header = mc_saved_header + data_size + MC_HEADER_SIZE |
466 | ext_sigcount = count |
467 | ext_sig = ext_header + EXT_HEADER_SIZE |
469 | When j < ext_sigcount cycle |
476 | ext_sig++ |
Name | Describe |
---|---|
save_mc_for_early | Save this microcode patch. It will be loaded early when a CPU is* hot-added or resumes. |
save_microcode_in_initrd_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 |