Function report |
Source Code:arch\x86\kernel\nmi.c |
Create Date:2022-07-28 07:35:11 |
Last Modify:2022-05-22 06:29:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:nmi_handle
Proto:static int nmi_handle(unsigned int type, struct pt_regs *regs)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | type | |
struct pt_regs * | regs |
127 | desc = nmi_to_desc(type) |
129 | handled = 0 |
144 | thishandled = handler(type, regs) |
145 | handled += thishandled |
147 | trace_nmi_handler(handler, (int)delta, thishandled) |
149 | nmi_check_duration(a, delta) |
155 | Return handled |
Name | Describe |
---|---|
pci_serr_error | |
io_check_error | |
unknown_nmi_error | |
default_do_nmi |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |