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:33
Last Modify:2022-05-18 16:20:29 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:refresh_ldt_segments

Proto:static void refresh_ldt_segments(void)

Type:void

Parameter:Nothing

41  Save a segment register away:(These functions are used to reference data in other segments. , sel)
42  If (sel & Bit 2 is Table Indicator (TI): selects between LDT or GDT ) == LDT segment has TI set ... Then loadsegment(These functions are used to reference data in other segments. , sel)
45  Save a segment register away:(es, sel)
46  If (sel & Bit 2 is Table Indicator (TI): selects between LDT or GDT ) == LDT segment has TI set ... Then loadsegment(es, sel)
Caller
NameDescribe
flush_ldtext.lock is held by the task which issued the smp function call