Home
last modified time | relevance | path

Searched refs:GetStackFramePointer (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/Ia32/
DFspDebug.s21 # GetStackFramePointer (
25 ASM_GLOBAL ASM_PFX(GetStackFramePointer)
26 ASM_PFX(GetStackFramePointer):
DFspDebug.asm25 ; GetStackFramePointer (
29 GetStackFramePointer PROC PUBLIC label
32 GetStackFramePointer ENDP
/device/linaro/bootloader/edk2/IntelFspPkg/Library/BaseFspDebugLibSerialPort/
DDebugLib.c38 GetStackFramePointer (
146 Frame = (UINT32 *)GetStackFramePointer (); in DebugAssertInternal()