Function report |
Source Code:arch\x86\kernel\cpu\microcode\core.c |
Create Date:2022-07-28 08:07:38 |
Last Modify:2020-03-16 20:13:29 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:save_microcode_in_initrd
Proto:static int __init save_microcode_in_initrd(void)
Type:int
Parameter:Nothing
235 | Case CPU vendor == X86_VENDOR_INTEL |
236 | If CPU family >= 6 Then ret = save_microcode_in_initrd_intel() |
238 | Break |
239 | Case CPU vendor == X86_VENDOR_AMD |
240 | If CPU family >= 0x10 Then ret = save_microcode_in_initrd_amd(CPUID functions returning a single datum) |
242 | Break |
243 | Default |
244 | Break |
247 | initrd_gone = true |
249 | Return ret |
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 |