Function report |
Source Code:arch\x86\kernel\cpu\microcode\amd.c |
Create Date:2022-07-28 08:09:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__load_ucode_amd
Proto:static void __load_ucode_amd(unsigned int cpuid_1_eax, struct cpio_data *ret)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cpuid_1_eax | |
struct cpio_data * | ret |
481 | uci = __pa_nodebug(ucode_cpu_info) |
482 | path = __pa_nodebug(Microcode patch container file is prepended to the initrd in cpio* format. See Documentation/x86/microcode.rst) |
483 | use_pa = true |
484 | Else |
485 | uci = ucode_cpu_info |
486 | path = Microcode patch container file is prepended to the initrd in cpio* format. See Documentation/x86/microcode.rst |
487 | use_pa = false |
490 | If Not get_builtin_microcode( & cp, x86_family(cpuid_1_eax)) Then cp = find_microcode_in_initrd(path, use_pa) |
494 | sig = cpuid_1_eax |
Name | Describe |
---|---|
load_ucode_amd_bsp | |
load_ucode_amd_ap |
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 |