Function report |
Source Code:arch\x86\kernel\apic\probe_32.c |
Create Date:2022-07-28 08:35:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:default_setup_apic_routing
Proto:void __init default_setup_apic_routing(void)
Type:void
Parameter:Nothing
141 | version = boot_cpu_apic_version |
143 | If num_possible_cpus() > 8 Then |
145 | Case x86_vendor == X86_VENDOR_INTEL |
146 | If Not APIC_XAPIC(version) Then |
147 | def_to_bigsmp = 0 |
148 | Break |
152 | Case x86_vendor == X86_VENDOR_HYGON |
153 | Case x86_vendor == X86_VENDOR_AMD |
154 | def_to_bigsmp = 1 |
170 | If setup_apic_routing Then setup_apic_routing() |
173 | If apic_post_init Then apic_post_init() |
Name | Describe |
---|---|
apic_intr_mode_init | Init the interrupt delivery mode for the BSP |
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 |