Function boot_all_aps

Source
pub(crate) unsafe fn boot_all_aps()
Expand description

Boots all application processors.

This function should be called late in the system startup. The system must at least ensure that the scheduler, ACPI table, memory allocation, and IPI module have been initialized.

  • This function should be executed after BSP has booted before APs have not booted.