2 * This structure is placed in the start of SMP bootstrap code.
3 * We pass parameters through it.
7 IPTR Start
; /* Jump code to bypass this struct */
8 IPTR Arg1
; /* Arguments */
12 APTR PML4
; /* 64-bit mode PML4 address */
13 APTR SP
; /* Stack pointer for 64 bit mode */
14 APTR IP
; /* Address to jump to */
17 int smp_Initialize(void);