Function report |
Source Code:arch\x86\kernel\cpu\microcode\amd.c |
Create Date:2022-07-28 08:09:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Early load occurs before we can vmalloc()
Proto:static bool apply_microcode_early_amd(unsigned int cpuid_1_eax, void *ucode, size_t size, bool save_patch)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cpuid_1_eax | |
void * | ucode | |
size_t | size | |
bool | save_patch |
422 | u8( * patch)[PATCH_MAX_SIZE] |
425 | bool ret = false |
428 | new_rev = __pa_nodebug( & ucode_new_rev) |
429 | patch = __pa_nodebug( & amd_ucode_patch) |
435 | cpuid_1_eax = cpuid_1_eax |
437 | Scan the ucode blob for the proper container as we can have multiple* containers glued together. |
443 | native_rdmsr(AMD64 MSRs. Not complete. See the architecture manual for a more* complete list., rev, dummy) |
447 | If Not __apply_microcode_amd(mc) Then |
449 | ret = true |
455 | Return ret |
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 |