Home
last modified time | relevance | path

Searched refs:CurrentEip (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
DCpuExceptionCommon.c119 IN UINTN CurrentEip, in FindModuleImageBase() argument
131 Pe32Data = CurrentEip & ~(mImageAlignSize - 1); in FindModuleImageBase()
142 if (((UINTN)Hdr.Pe32 > Pe32Data) && ((UINTN)Hdr.Pe32 < CurrentEip)) { in FindModuleImageBase()
DCpuExceptionCommon.h111 IN UINTN CurrentEip,