Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/Ia32/
DMpAsm.asm65 ; AsmApDoneWithCommonStack (
69 AsmApDoneWithCommonStack PROC PUBLIC label
74 AsmApDoneWithCommonStack ENDP
DMpAsm.nasm60 ; AsmApDoneWithCommonStack (
64 global ASM_PFX(AsmApDoneWithCommonStack)
65 ASM_PFX(AsmApDoneWithCommonStack):
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/X64/
DMpAsm.asm64 ; AsmApDoneWithCommonStack (
68 ASM_PFX(AsmApDoneWithCommonStack) PROC PUBLIC
73 ASM_PFX(AsmApDoneWithCommonStack) ENDP
DMpAsm.nasm62 ; AsmApDoneWithCommonStack (
66 global ASM_PFX(AsmApDoneWithCommonStack)
67 ASM_PFX(AsmApDoneWithCommonStack):
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuDxe/
DCpuMp.h78 AsmApDoneWithCommonStack (
DCpuMp.c1239 AsmApDoneWithCommonStack (); in ProcessorToIdleState()