Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\text-patching.h Create Date:2022-07-28 07:31:34
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:int3_emulate_call

Proto:static inline void int3_emulate_call(struct pt_regs *regs, unsigned long func)

Type:void

Parameter:

TypeParameterName
struct pt_regs *regs
unsigned longfunc
95  int3_emulate_push(regs, ip - INT3_INSN_SIZE + CALL_INSN_SIZE)
96  int3_emulate_jmp(regs, func)
Caller
NameDescribe
int3_exception_notify
poke_int3_handler