函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:refresh_ldt_segments

函数原型:static void refresh_ldt_segments(void)

返回类型:void

参数:

41  Save a segment register away:(取寄存器值(ds), sel)
42  如果sel按位与Bit 2 is Table Indicator (TI): selects between LDT or GDT 的值恒等于LDT segment has TI set ... loadsegment(取寄存器值(ds), sel)
45  Save a segment register away:(es, sel)
46  如果sel按位与Bit 2 is Table Indicator (TI): selects between LDT or GDT 的值恒等于LDT segment has TI set ... loadsegment(es, sel)
调用者
名称描述
flush_ldtext.lock is held by the task which issued the smp function call