Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\ldt.c Create Date:2022-07-28 07:35:34
Last Modify:2022-05-18 16:20:29 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:map_ldt_struct

Proto:static int map_ldt_struct(struct mm_struct *mm, struct ldt_struct *ldt, int slot)

Type:int

Parameter:

TypeParameterName
struct mm_struct *mm
struct ldt_struct *ldt
intslot
299  Return 0
Caller
NameDescribe
ldt_dup_contextCalled on fork from arch_dup_mmap(). Just copy the current LDT state,* the new task is not running, so nothing can be installed.
write_ldt