HomeSort by relevance Sort by last modified time
    Searched defs:Exception0Handle (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
AsmFuncs.asm 33 public Exception0Handle, TimerInterruptHandle, ExceptionStubHeaderSize
41 ExceptionStubHeaderSize DD Exception1Handle - Exception0Handle
47 Exception0Handle:
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.asm 29 public Exception0Handle, TimerInterruptHandle, ExceptionStubHeaderSize
35 ExceptionStubHeaderSize dd Exception1Handle - Exception0Handle ;
41 Exception0Handle:
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ExceptionHandlerAsm.S 36 Exception0Handle:
652 movl $Exception0Handle, (%ebx)
653 movl $(Exception1Handle - Exception0Handle), 0x4(%ebx)

Completed in 46 milliseconds