HomeSort by relevance Sort by last modified time
    Searched refs:OldIp (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchInterruptDefs.h 39 UINTN OldIp;
ArchExceptionHandler.c 73 ReservedVectors[ExceptionType].OldIp = SystemContext.SystemContextIa32->Eip;
106 SystemContext.SystemContextIa32->Eip = ReservedVectors[ExceptionType].OldIp;
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchInterruptDefs.h 41 UINTN OldIp;
ArchExceptionHandler.c 76 ReservedVectors[ExceptionType].OldIp = SystemContext.SystemContextX64->Rip;
111 SystemContext.SystemContextX64->Rip = ReservedVectors[ExceptionType].OldIp;

Completed in 65 milliseconds