Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kprobes\opt.c Create Date:2022-07-28 08:39:14
Last Modify:2022-05-22 07:44:06 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Check whether insn is indirect jump

Proto:static int __insn_is_indirect_jump(struct insn *insn)

Type:int

Parameter:

TypeParameterName
struct insn *insn
200  Return bytes[0] == 0xff && (X86_MODRM_REG(value) & 6) == 4 || bytes[0] == 0xea
Caller
NameDescribe
insn_is_indirect_jump