Function report |
Source Code:arch\x86\kernel\cpu\microcode\core.c |
Create Date:2022-07-28 08:07:50 |
Last Modify:2020-03-16 20:13:29 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:microcode_init_cpu
Proto:static enum ucode_state microcode_init_cpu(int cpu, bool refresh_fw)
Type:enum ucode_state
Parameter:
Type | Parameter | Name |
---|---|---|
int | cpu | |
bool | refresh_fw |
708 | uci = ucode_cpu_info + cpu |
713 | If collect_cpu_info(cpu) Then Return UCODE_ERROR |
717 | If Values used for system_state. Ordering of the states must not be changed* as code checks for <, <=, >, >= STATE. != SYSTEM_RUNNING Then Return UCODE_NFOUND |
720 | ustate = request_microcode_fw(cpu, & dev, refresh_fw) |
726 | Return ustate |
Name | Describe |
---|---|
microcode_update_cpu | |
mc_device_add |
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 |