函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\desc.h Create Date:2022-07-27 06:49:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:The LTR instruction marks the TSS GDT entry as busy. On 64-bit, the GDT is* a read-only remapping. To prevent a page fault, the GDT is switched to the* original writeable version when needed.

函数原型:static inline void native_load_tr_desc(void)

返回类型:void

参数:

241  cpu等于These macros fold the SMP functionality into a single CPU system()
242  restore等于0
245  native_store_gdt( & gdt)
246  fixmap_gdt等于Provide the fixmap address of the remapped GDT
252  如果address恒等于fixmap_gdt
253  Load the original GDT from the per-cpu structure
254  restore等于1
256  asm volatile
257  如果restoreLoad a fixmap remapping of the per-cpu GDT