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:unregister_nmi_handler

Proto:void unregister_nmi_handler(unsigned int type, const char *name)

Type:void

Parameter:

TypeParameterName
unsigned inttype
const char *name
192  desc = nmi_to_desc(type)
196  raw_spin_lock_irqsave( & lock, flags)
203  If Not strcmp(name, name) Then
204  WARN(in_nmi(), "Trying to free NMI (%s) from NMI context!\n", name)
206  list_del_rcu - deletes entry from list without re-initialization*@entry: the element to delete from the list
207  Break
211  raw_spin_unlock_irqrestore( & lock, flags)
212  synchronize_rcu()
Caller
NameDescribe
native_cpu_up
kgdb_arch_initkgdb_arch_init - Perform any architecture specific initialization.* This function will handle the initialization of any architecture* specific callbacks.
kgdb_arch_exitkgdb_arch_exit - Perform any architecture specific uninitalization.* This function will handle the uninitalization of any architecture* specific callbacks, for dynamic registration and unregistration.
cleanup_nmi_testsuite
test_nmi_ipi