Function ap_entry

Source
pub unsafe fn ap_entry() -> !
Expand description

Entry point for an AP. Called with per-VP state (page tables, stack, globals) already initialized, and IDT and GDT set appropriately.

ยงSafety

Must be called as an AP entry point.