Function report |
Source Code:arch\x86\kernel\cpu\microcode\amd.c |
Create Date:2022-07-28 08:09:20 |
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(u8 family, const u8 *data, size_t size)
Type:enum ucode_state
Parameter:
Type | Parameter | Name |
---|---|---|
u8 | family | |
const u8 * | data | |
size_t | size |
809 | offset = install_equiv_cpu_table(data, size) |
810 | If Not offset Then Return UCODE_ERROR |
816 | If fw != UCODE_UCODE_TYPE Then |
817 | pr_err("invalid type field in container file section header\n") |
818 | free_equiv_cpu_table() |
819 | Return UCODE_ERROR |
823 | crnt_size = 0 |
827 | If ret < 0 Then Return UCODE_ERROR |
830 | fw += crnt_size + SECTION_HDR_SIZE |
831 | size -= crnt_size + SECTION_HDR_SIZE |
834 | Return UCODE_OK |
Name | Describe |
---|---|
load_microcode_amd |
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 |