Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\machine_kexec_32.c Create Date:2022-07-28 08:36:47
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:set_gdt

Proto:static void set_gdt(void *newgdt, __u16 limit)

Type:void

Parameter:

TypeParameterName
void *newgdt
__u16limit
32  size = limit
33  address = newgdt
35  load_gdt( & curgdt)
Caller
NameDescribe
machine_kexecDo not allocate memory (or fail in any way) in machine_kexec().* We are past the point of no return, committed to rebooting now.