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:48
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:set_desc_base

Proto:static inline void set_desc_base(struct desc_struct *desc, unsigned long base)

Type:void

Parameter:

TypeParameterName
struct desc_struct *desc
unsigned longbase
373  base0 = base & 0xffff
374  base1 = base >> 16 & 0xff
375  base2 = base >> 24 & 0xff
Caller
NameDescribe
apm_initJust start the APM thread. We do NOT want to do APM BIOS* calls from anything but the APM thread, if for no other reason* than the fact that we don't trust the APM BIOS. This way,* most common APM BIOS problems that lead to protection errors