Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:reassert_nmi

Proto:static inline void reassert_nmi(void)

Type:void

Parameter:Nothing

28  old_reg = -1
30  If do_i_have_lock_cmos() Then old_reg = current_lock_cmos_reg()
32  Else All of these below must be called with interrupts off, preempt* disabled, etc.
34  outb(0x8f, 0x70)
35  inb(0x71)
36  Basic port I/O
37  inb(0x71)
38  If old_reg >= 0 Then Basic port I/O
40  Else unlock_cmos()
Caller
NameDescribe
default_do_nmi