函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\ldt.c Create Date:2022-07-27 08:35:00
Last Modify:2022-05-18 16:20:29 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:map_ldt_struct

函数原型:static int map_ldt_struct(struct mm_struct *mm, struct ldt_struct *ldt, int slot)

返回类型:int

参数:

类型参数名称
struct mm_struct *mm
struct ldt_struct *ldt
intslot
299  返回:0
调用者
名称描述
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