Home
last modified time | relevance | path

Searched refs:AsmApEntryPoint (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/Ia32/
DMpAsm.asm33 ; AsmApEntryPoint (
37 AsmApEntryPoint PROC label
58 jmp AsmApEntryPoint
60 AsmApEntryPoint ENDP
DMpAsm.nasm30 ; AsmApEntryPoint (
34 global ASM_PFX(AsmApEntryPoint)
35 ASM_PFX(AsmApEntryPoint):
55 jmp ASM_PFX(AsmApEntryPoint)
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/X64/
DMpAsm.asm32 ; AsmApEntryPoint (
36 ASM_PFX(AsmApEntryPoint) PROC PUBLIC
57 jmp ASM_PFX(AsmApEntryPoint)
59 ASM_PFX(AsmApEntryPoint) ENDP
DMpAsm.nasm32 ; AsmApEntryPoint (
36 global ASM_PFX(AsmApEntryPoint)
37 ASM_PFX(AsmApEntryPoint):
57 jmp ASM_PFX(AsmApEntryPoint)
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuMp.h64 AsmApEntryPoint (
DApStartup.c401 StartupCode->CpuDxeEntryValue = (UINTN) AsmApEntryPoint; in PrepareAPStartupCode()