Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kprobes\core.c Create Date:2022-07-28 08:38:25
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Skip the prefixes of the instruction.

Proto:static kprobe_opcode_t *skip_prefixes(kprobe_opcode_t *insn)

Type:kprobe_opcode_t

Parameter:

TypeParameterName
kprobe_opcode_t *insn
140  attr = Attribute search APIs
141  When Attribute checking functions cycle
142  insn++
143  attr = Attribute search APIs
146  If inat_is_rex_prefix(attr) Then insn++
149  Return insn
Caller
NameDescribe
is_IF_modifierReturns non-zero if opcode modifies the interrupt flag.
resume_executionCalled after single-stepping. p->addr is the address of the* instruction whose first byte has been replaced by the "int 3"* instruction. To avoid the SMP problems that can occur when we* temporarily put back the original opcode to single-step, we