Function report |
Source Code:arch\x86\kernel\smpboot.c |
Create Date:2022-07-28 08:24:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:smp_get_logical_apicid
Proto:static void __init smp_get_logical_apicid(void)
Type:void
Parameter:Nothing
1299 | If x2apic_mode Then cpu0_logical_apicid = apic_read(APIC_LDR) |
1301 | Else cpu0_logical_apicid = GET_APIC_LOGICAL_ID(apic_read(APIC_LDR)) |
Name | Describe |
---|---|
native_smp_prepare_cpus | Prepare for SMP bootup.*@max_cpus: configured maximum number of CPUs, It is a legacy parameter* for common interface support. |
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 |