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:load_builtin_intel_microcode
Proto:static bool load_builtin_intel_microcode(struct cpio_data *cp)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct cpio_data * | cp |
504 | If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_X86_32) Then Return false |
507 | native_cpuid( & eax, & ebx, & ecx, & edx) |
509 | sprintf(name, "intel-ucode/%02x-%02x-%02x", x86_family(eax), x86_model(eax), x86_stepping(eax)) |
512 | Return get_builtin_firmware(cp, name) |
Name | Describe |
---|---|
save_microcode_in_initrd_intel | |
__load_ucode_intel | @res_patch, output: a pointer to the patch we found. |
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 |