Function report |
Source Code:arch\x86\kernel\cpu\microcode\amd.c |
Create Date:2022-07-28 08:08:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:find_equiv_id
Proto:static u16 find_equiv_id(struct equiv_cpu_table *et, unsigned int sig)
Type:u16
Parameter:
Type | Parameter | Name |
---|---|---|
struct equiv_cpu_table * | et | |
unsigned int | sig |
71 | If Not et || Not num_entries Then Return 0 |
74 | When i < num_entries cycle |
82 | Return 0 |
Name | Describe |
---|---|
parse_container | This scans the ucode blob for the proper container as we can have multiple* containers glued together. Returns the equivalence ID from the equivalence* table or 0 if none found.* Returns the amount of bytes consumed while scanning. @desc contains all the |
__find_equiv_id |
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 |