函数逻辑报告 |
Source Code:arch\x86\lib\insn-eval.c |
Create Date:2022-07-27 08:24:39 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sn_get_code_seg_params() - Obtain code segment parameters*@regs: Structure with register values as seen when entering kernel mode* Obtain address and operand sizes of the code segment. It is obtained from the* selector contained in the CS register in regs
函数原型:int insn_get_code_seg_params(struct pt_regs *regs)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct pt_regs * | regs |
749 | 如果v8086_mode(regs)则返回:INSN_CODE_SEG_PARAMS(2, 2) |
772 | 当: | == 0 |
773 | 返回:INSN_CODE_SEG_PARAMS(2, 2) |
777 | 当: | == 1 |
778 | 返回:INSN_CODE_SEG_PARAMS(4, 4) |
782 | 当: | == 2 |
783 | 返回:INSN_CODE_SEG_PARAMS(4, 8) |
784 | 当: | == 3 |
786 | 默认 |
787 | 返回:负EINVAL |
名称 | 描述 |
---|---|
fixup_umip_exception | xup_umip_exception() - Fixup a general protection fault caused by UMIP*@regs: Registers as saved when entering the #GP handler* The instructions SGDT, SIDT, STR, SMSW and SLDT cause a general protection* fault if executed with CPL > 0 (i |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |