Module smp

Source
Expand description

Symmetric multiprocessing (SMP) boot support.

Structsยง

ApBootInfo ๐Ÿ”’
PerApInfo ๐Ÿ”’
PerApRawInfo ๐Ÿ”’
Raw boot information for APs.

Constantsยง

AP_BOOT_STACK_SIZE ๐Ÿ”’

Staticsยง

AP_BOOT_INFO ๐Ÿ”’
AP_LATE_ENTRY ๐Ÿ”’
HW_CPU_ID_MAP ๐Ÿ”’

Functionsยง

ap_early_entry ๐Ÿ”’
boot_all_aps ๐Ÿ”’ โš 
Boots all application processors.
construct_hw_cpu_id_mapping ๐Ÿ”’
Constructs a boxed slice that maps CpuId to HwCpuId.
register_ap_entry
Registers the entry function for the application processor.
report_online_and_hw_cpu_id ๐Ÿ”’
wait_for_all_aps_started ๐Ÿ”’