Function report |
Source Code:arch\x86\kernel\nmi.c |
Create Date:2022-07-28 07:35:18 |
Last Modify:2022-05-22 06:29:32 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_nmi
Proto:__attribute__((__externally_visible__)) notrace void do_nmi(struct pt_regs *regs, long error_code)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct pt_regs * | regs | |
long | error_code |
513 | If IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_SMP) && cpu_is_offline(smp_processor_id()) Then Return |
518 | Return |
521 | this_cpu_write(nmi_cr2, read_cr2()) |
522 | nmi_restart : |
532 | debug_stack_set_zero() |
537 | nmi_enter() |
539 | inc_irq_stat(__nmi_count) |
541 | If Not ignore_nmis Then default_do_nmi(regs) |
544 | nmi_exit() |
548 | debug_stack_reset() |
555 | If this_cpu_dec_return(nmi_state) Then Go to nmi_restart |
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 |