Function report |
Source Code:arch\x86\kernel\apic\apic.c |
Create Date:2022-07-28 08:27:31 |
Last Modify:2020-03-16 21:21:31 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:apic_set_extnmi
Proto:static int __init apic_set_extnmi(char *arg)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | arg |
2901 | If Not strncmp("all", arg, 3) Then This variable controls which CPUs receive external NMIs. By default,* external NMIs are delivered only to the BSP. = APIC_EXTNMI_ALL |
2903 | Else if Not strncmp("none", arg, 4) Then This variable controls which CPUs receive external NMIs. By default,* external NMIs are delivered only to the BSP. = APIC_EXTNMI_NONE |
2905 | Else if Not strncmp("bsp", arg, 3) Then This variable controls which CPUs receive external NMIs. By default,* external NMIs are delivered only to the BSP. = Default |
2907 | Else |
2912 | Return 0 |
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 |