Function report |
Source Code:arch\x86\kernel\cpu\microcode\intel.c |
Create Date:2022-07-28 08:08:12 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Returns 1 if update has been found, 0 otherwise.
Proto:static int find_matching_signature(void *mc, unsigned int csig, int cpf)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
void * | mc | |
unsigned int | csig | |
int | cpf |
72 | If cpu_signatures_match(csig, cpf, sig, pf) Then Return 1 |
76 | If get_totalsize(mc_hdr) <= get_datasize(mc_hdr) + MC_HEADER_SIZE Then Return 0 |
79 | ext_hdr = mc + get_datasize(mc_hdr) + MC_HEADER_SIZE |
80 | ext_sig = ext_hdr + EXT_HEADER_SIZE |
87 | Return 0 |
Name | Describe |
---|---|
has_newer_microcode | Returns 1 if update has been found, 0 otherwise. |
save_microcode_patch | |
find_patch |
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 |