函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\lib\insn-eval.c Create Date:2022-07-27 08:24:25
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:s_string_insn() - Determine if instruction is a string instruction*@insn: Instruction containing the opcode to inspect* Returns:* true if the instruction, determined by the opcode, is any of the

函数原型:static bool is_string_insn(struct insn *insn)

返回类型:bool

参数:

类型参数名称
struct insn *insn
39  sn_get_opcode - collect opcode(s)*@insn: &struct insn containing instruction* Populates @insn->opcode, updates @insn->next_byte to point past the* opcode byte(s), and set @insn->attr (except for groups).
42  如果nbytes不等于1则返回:false
46  :bytes[0] == 0x6c...0x6f
47  :bytes[0] == 0xa4...0xa7
48  :bytes[0] == 0xaa...0xaf
49  返回:true
50  默认
51  返回:false
调用者
名称描述
check_seg_overridesheck_seg_overrides() - check if segment override prefixes are allowed*@insn: Valid instruction with segment override prefixes*@regoff: Operand offset, in pt_regs, for which the check is performed* For a particular register used in register-indirect
resolve_default_segsolve_default_seg() - resolve default segment register index for an operand*@insn: Instruction with opcode and address size