Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\desc.h Create Date:2022-07-28 05:48:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__set_tss_desc

Proto:static inline void __set_tss_desc(unsigned cpu, unsigned int entry, struct x86_hw_tss *addr)

Type:void

Parameter:

TypeParameterName
unsignedcpu
unsigned intentry
struct x86_hw_tss *addr
186  d = Provide the original GDT
189  set_tssldt_descriptor( & tss, (unsignedlong)addr, DESC_TSS, __KERNEL_TSS_LIMIT)
191  write_gdt_entry(d, entry, & tss, DESC_TSS)
Caller
NameDescribe
set_df_gdt_entry