Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\nmi.c Create Date:2022-07-28 07:35:13
Last Modify:2022-05-22 06:29:32 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:pci_serr_error

Proto:static void pci_serr_error(unsigned char reason, struct pt_regs *regs)

Type:void

Parameter:

TypeParameterName
unsigned charreason
struct pt_regs *regs
220  If nmi_handle(NMI_SERR, regs) Then Return
223  These can be used to print at the various log levels.* All of these will print unconditionally, although note that pr_debug()* and other debug macros are compiled out unless either DEBUG is defined* or CONFIG_DYNAMIC_DEBUG is set.("NMI: PCI system error (SERR) for reason %02x on CPU %d.\n", reason, smp_processor_id())
226  If panic_on_unrecovered_nmi Then nmi_panic(regs, "NMI: Not continuing")
229  These can be used to print at the various log levels.* All of these will print unconditionally, although note that pr_debug()* and other debug macros are compiled out unless either DEBUG is defined* or CONFIG_DYNAMIC_DEBUG is set.("Dazed and confused, but trying to continue\n")
232  reason = reason & NMI_REASON_CLEAR_MASK | NMI_REASON_CLEAR_SERR
233  Basic port I/O
Caller
NameDescribe
default_do_nmi