Searched refs:mpstart_begin (Results 1 – 2 of 2) sorted by relevance
22 .globl mpstart_begin symbol23 mpstart_begin: label35 lgdt (mpstartgdtdesc32 - mpstart_begin + 0x7000)42 ljmp $0x08, $(mpstart_enter32 - mpstart_begin + 0x7000)
20 extern uint8_t mpstart_begin[];63 memcpy((void *)DMPA2VA(0x7000), mpstart_begin, mpstart_end - mpstart_begin); in MPBootAP()