Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
struct insn *insn
217  Return bytes[0] == POP_SS_OPCODE || bytes[0] == MOV_SREG_OPCODE && X86_MODRM_REG(bytes[0]) == 2
Caller
NameDescribe
__copy_instructionCopy 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