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

  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
DxeException.c 119 (VOID *) TemplateMap.ExceptionStart,
122 AsmVectorNumFixup ((VOID *) InterruptEntry, (UINT8) Index, (VOID *) TemplateMap.ExceptionStart);
126 TemplateMap.ExceptionStart = (UINTN) InterruptEntryCode;
SecPeiCpuException.c 121 InterruptHandler = TemplateMap.ExceptionStart + Index * TemplateMap.ExceptionStubHeaderSize;
CpuExceptionCommon.h 38 UINTN ExceptionStart;
DxeSmmCpuException.c 189 InterruptHandler = TemplateMap->ExceptionStart + Index * TemplateMap->ExceptionStubHeaderSize;

Completed in 5829 milliseconds