Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Some bioses have a broken protected mode poweroff and need to use realmode

Proto:static int __init set_realmode_power_off(const struct dmi_system_id *d)

Type:int

Parameter:

TypeParameterName
const struct dmi_system_id *d
1943  If realmode_power_off == 0 Then
1944  realmode_power_off = 1
1945  printk(formational "%s bios detected. Using realmode poweroff only.\n", ident)
1948  Return 0