Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\process.c Create Date:2022-07-28 07:48:37
Last Modify:2020-03-16 17:03:44 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:set_new_tls

Proto:static int set_new_tls(struct task_struct *p, unsigned long tls)

Type:int

Parameter:

TypeParameterName
struct task_struct *p
unsigned longtls
117  __user * utls = tls
119  If in_ia32_syscall() Then Return do_set_thread_area(p, - 1, utls, 0)
121  Else Return do_set_thread_area_64(p, ARCH_SET_FS, tls)
Caller
NameDescribe
copy_thread_tls