Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:convert_ip_to_linear

Proto:unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs)

Type:unsigned long

Parameter:

TypeParameterName
struct task_struct *child
struct pt_regs *regs
16  addr = ip
17  seg = cs
18  If v8086_mode(regs) Then
19  addr = (addr & 0xffff) + (seg << 4)
20  Return addr
53  Return addr
Caller
NameDescribe
is_setting_trap_flag