Function report |
Source Code:arch\x86\kernel\cpu\microcode\amd.c |
Create Date:2022-07-28 08:09:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:load_microcode_amd
Proto:static enum ucode_state load_microcode_amd(bool save, u8 family, const u8 *data, size_t size)
Type:enum ucode_state
Parameter:
Type | Parameter | Name |
---|---|---|
bool | save | |
u8 | family | |
const u8 * | data | |
size_t | size |
844 | free_equiv_cpu_table() |
846 | ret = __load_microcode_amd(family, data, size) |
852 | p = find_patch(0) |
853 | If Not p Then |
854 | Return ret |
855 | Else |
866 | memset(amd_ucode_patch, 0, PATCH_MAX_SIZE) |
869 | Return ret |
Name | Describe |
---|---|
save_microcode_in_initrd_amd | |
request_microcode_amd | AMD microcode firmware naming convention, up to family 15h they are in* the legacy file:* amd-ucode/microcode_amd.bin* This legacy file is always smaller than 2K in size.* Beginning with family 15h, they are in family-specific firmware files: |
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 |