Function report |
Source Code:arch\x86\kernel\smpboot.c |
Create Date:2022-07-28 08:24:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:wakeup_cpu0_nmi
Proto:static int wakeup_cpu0_nmi(unsigned int cmd, struct pt_regs *regs)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | cmd | |
struct pt_regs * | regs |
934 | cpu = smp_processor_id() |
935 | If cpu == 0 && Not cpu_online(cpu) && enable_start_cpu0 Then Return NMI_HANDLED |
938 | Return NMI_DONE |
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 |