Function report |
Source Code:arch\x86\lib\insn-eval.c |
Create Date:2022-07-28 07:25:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_seg_reg_override_idx() - obtain segment register override index*@insn: Valid instruction with segment override prefixes* Inspect the instruction prefixes in @insn and find segment overrides, if any
Proto:static int get_seg_reg_override_idx(struct insn *insn)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct insn * | insn |
71 | idx = INAT_SEG_REG_DEFAULT |
72 | num_overrides = 0 |
82 | Case attr == Attribute making macros for attribute tables (0x2E ) |
86 | Case attr == Attribute making macros for attribute tables (0x36 ) |
90 | Case attr == Attribute making macros for attribute tables (0x3E ) |
94 | Case attr == Attribute making macros for attribute tables (0x26 ) |
98 | Case attr == Attribute making macros for attribute tables (0x64 ) |
102 | Case attr == Attribute making macros for attribute tables (0x65 ) |
111 | If num_overrides > 1 Then Return -EINVAL |
114 | Return idx |
Name | Describe |
---|---|
resolve_seg_reg | solve_seg_reg() - obtain segment register index*@insn: Instruction with operands*@regs: Register values as seen when entering kernel mode*@regoff: Operand offset, in pt_regs, used to deterimine segment register* Determine the segment register associated |
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 |