Function report |
Source Code:arch\x86\kernel\cpu\microcode\intel.c |
Create Date:2022-07-28 08:08:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:save_microcode_patch
Proto:static void save_microcode_patch(void *data, unsigned int size)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
void * | data | |
unsigned int | size |
170 | struct ucode_patch * iter, * tmp, * p = NULL |
171 | bool prev_found = false |
181 | If Returns 1 if update has been found, 0 otherwise. Then |
202 | If Not prev_found Then |
203 | p = memdup_patch(data, size) |
210 | If Not p Then Return |
Name | Describe |
---|---|
scan_microcode | Get microcode matching with BSP's model. Only CPUs with the same model as* BSP can stay in the platform. |
save_mc_for_early | Save this microcode patch. It will be loaded early when a CPU is* hot-added or resumes. |
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 |