Function report |
Source Code:arch\x86\kernel\cpu\microcode\amd.c |
Create Date:2022-07-28 08:09:09 |
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_ap
Proto:void load_ucode_amd_ap(unsigned int cpuid_1_eax)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cpuid_1_eax |
517 | mc = __pa_nodebug(amd_ucode_patch) |
518 | new_rev = __pa_nodebug( & ucode_new_rev) |
519 | Else |
520 | mc = amd_ucode_patch |
521 | new_rev = ucode_new_rev |
524 | native_rdmsr(AMD64 MSRs. Not complete. See the architecture manual for a more* complete list., rev, dummy) |
528 | If Not __apply_microcode_amd(mc) Then |
534 | __load_ucode_amd(cpuid_1_eax, & cp) |
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 |