pub unsafe fn ap_entry() -> !
Entry point for an AP. Called with per-VP state (page tables, stack, globals) already initialized, and IDT and GDT set appropriately.
Must be called as an AP entry point.