Function report |
Source Code:arch\x86\include\asm\insn.h |
Create Date:2022-07-28 05:53:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Intel SDM Vol.3A 6.8.3 states;* "Any single-step trap that would be delivered following the MOV to SS* instruction or POP to SS instruction (because EFLAGS.TF is 1) is* suppressed."* This function returns true if @insn is MOV SS or POP SS. On these
Proto:static inline int insn_masking_exception(struct insn *insn)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct insn * | insn |
217 | Return bytes[0] == POP_SS_OPCODE || bytes[0] == MOV_SREG_OPCODE && X86_MODRM_REG(bytes[0]) == 2 |
Name | Describe |
---|---|
__copy_instruction | Copy an instruction with recovering modified instruction by kprobes* and adjust the displacement if the instruction uses the %rip-relative* addressing mode. Note that since @real will be the final place of copied |
uprobe_init_insn |
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 |