HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionType (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
PlDebugSupport.c 74 @param ExceptionType Specifies which vector to hook.
80 IN EFI_EXCEPTION_TYPE ExceptionType,
86 CreateEntryStub (ExceptionType, (VOID **) &IdtEntryTable[ExceptionType].StubEntry);
96 ReadIdtGateDescriptor (ExceptionType, &(IdtEntryTable[ExceptionType].OrigDesc));
100 IdtEntryTable[ExceptionType].OrigVector = (DEBUG_PROC) GetInterruptHandleFromIdt (&(IdtEntryTable[ExceptionType].OrigDesc));
105 Vect2Desc (&IdtEntryTable[ExceptionType].NewDesc, IdtEntryTable[ExceptionType].StubEntry);
    [all...]
PlDebugSupportIa32.c 50 @param ExceptionType This is the exception type that the new stub will be created
57 IN EFI_EXCEPTION_TYPE ExceptionType,
81 StubCopy[0x0c] = (UINT8) ExceptionType;
100 @param ExceptionType Indicates which entry to manage.
111 EFI_EXCEPTION_TYPE ExceptionType
118 if (CompareMem (&IdtEntryTable[ExceptionType].NewDesc, &NullDesc, sizeof (IA32_IDT_GATE_DESCRIPTOR)) != 0) {
128 UnhookEntry (ExceptionType);
140 HookEntry (ExceptionType, NewCallback);
DebugSupport.h 175 when the processor exception specified by ExceptionType occurs.
176 @param ExceptionType Specifies which processor exception to hook.
190 IN EFI_EXCEPTION_TYPE ExceptionType
221 @param ExceptionType This is the exception type that the new stub will be created
228 IN EFI_EXCEPTION_TYPE ExceptionType,
254 @param ExceptionType Indicates which entry to manage.
266 EFI_EXCEPTION_TYPE ExceptionType
277 @param ExceptionType Specifies which vector to hook.
283 IN EFI_EXCEPTION_TYPE ExceptionType,
290 @param ExceptionType Specifies which entry to unhook
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
PlDebugSupportX64.c 52 @param ExceptionType This is the exception type that the new stub will be created
59 IN EFI_EXCEPTION_TYPE ExceptionType,
81 StubCopy[0x1] = (UINT8) ExceptionType;
100 @param ExceptionType Indicates which entry to manage.
112 EFI_EXCEPTION_TYPE ExceptionType
119 if (CompareMem (&IdtEntryTable[ExceptionType].NewDesc, &NullDesc, sizeof (IA32_IDT_GATE_DESCRIPTOR)) != 0) {
129 UnhookEntry (ExceptionType);
141 HookEntry (ExceptionType, NewCallback);
  /external/ImageMagick/MagickCore/
exception.h 99 } ExceptionType;
103 ExceptionType
127 (*ErrorHandler)(const ExceptionType,const char *,const char *);
130 (*FatalErrorHandler)(const ExceptionType,const char *,const char *);
133 (*WarningHandler)(const ExceptionType,const char *,const char *);
139 *GetLocaleExceptionMessage(const ExceptionType,const char *);
153 ThrowException(ExceptionInfo *,const ExceptionType,const char *,
156 const size_t,const ExceptionType,const char *,const char *,va_list),
158 const ExceptionType,const char *,const char *,...)
165 MagickError(const ExceptionType,const char *,const char *)
    [all...]
exception.c 66 DefaultErrorHandler(const ExceptionType,const char *,const char *),
67 DefaultFatalErrorHandler(const ExceptionType,const char *,const char *),
68 DefaultWarningHandler(const ExceptionType,const char *,const char *);
296 % void MagickError(const ExceptionType severity,const char *reason,
309 static void DefaultErrorHandler(const ExceptionType magick_unused(severity),
340 % void MagickFatalError(const ExceptionType severity,const char *reason,
352 static void DefaultFatalErrorHandler(const ExceptionType severity,
382 % void DefaultWarningHandler(const ExceptionType severity,
395 static void DefaultWarningHandler(const ExceptionType magick_unused(severity),
523 % const char *GetLocaleExceptionMessage(const ExceptionType severity
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Include/Library/
DefaultExceptionHandlerLib.h 21 @param ExceptionType Type of the exception
27 IN EFI_EXCEPTION_TYPE ExceptionType,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
PlDebugSupport.c 81 EFI_EXCEPTION_TYPE ExceptionType;
83 for (ExceptionType = 0; ExceptionType < NUM_IVT_ENTRIES; ExceptionType++) {
84 ManageIvtEntryTable (ExceptionType, NULL, NULL);
96 @param ExceptionType Specifies which processor exception.
101 IN EFI_EXCEPTION_TYPE ExceptionType,
108 " ExceptionType == %X\n"
113 (INT32)ExceptionType,
123 if (IvtEntryTable[ExceptionType].RegisteredCallback != NULL) {
    [all...]
PlDebugSupport.h 188 when the processor exception specified by ExceptionType occurs.
189 @param ExceptionType Specifies which processor exception to hook.
203 IN EFI_EXCEPTION_TYPE ExceptionType
234 @param ExceptionType Specifies which processor exception.
239 IN EFI_EXCEPTION_TYPE ExceptionType,
246 @param ExceptionType Specifies which processor exception.
256 IN EFI_EXCEPTION_TYPE ExceptionType,
263 to store the ExceptionType and then call the common handler.
265 @param ExceptionType Specifies which processor exception.
272 IN EFI_EXCEPTION_TYPE ExceptionType,
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/
DxeSmmCpuException.c 36 @param ExceptionType Exception type.
42 IN EFI_EXCEPTION_TYPE ExceptionType,
50 switch (mReservedVectors[ExceptionType].Attribute) {
55 ExceptionHandlerContext->ExceptionDataFlag = (mErrorCodeFlag & (1 << ExceptionType)) ? TRUE : FALSE;
56 ExceptionHandlerContext->OldIdtHandler = mReservedVectors[ExceptionType].ExceptonHandler;
63 if (AcquireSpinLockOrFail (&mReservedVectors[ExceptionType].SpinLock)) {
67 mReservedVectors[ExceptionType].ApicId = GetApicId ();
68 ArchSaveExceptionContext (ExceptionType, SystemContext);
69 ExceptionHandlerContext->ExceptionDataFlag = (mErrorCodeFlag & (1 << ExceptionType)) ? TRUE : FALSE;
70 ExceptionHandlerContext->OldIdtHandler = mReservedVectors[ExceptionType].ExceptonHandler;
    [all...]
CpuExceptionCommon.h 118 @param ExceptionType Exception type.
123 IN EFI_EXCEPTION_TYPE ExceptionType,
183 @param[in] ExceptionType Exception type.
189 IN UINTN ExceptionType,
196 @param[in] ExceptionType Exception type.
202 IN UINTN ExceptionType,
243 @param ExceptionType Exception type.
249 IN EFI_EXCEPTION_TYPE ExceptionType
SecPeiCpuException.c 27 @param ExceptionType Exception type.
33 IN EFI_EXCEPTION_TYPE ExceptionType,
38 // Display ExceptionType, CPU information and Image information
40 DumpCpuContent (ExceptionType, SystemContext);
CpuExceptionCommon.c 61 @param ExceptionType Exception type.
67 IN EFI_EXCEPTION_TYPE ExceptionType
70 if ((UINTN) ExceptionType < EXCEPTION_KNOWN_NAME_NUM) {
71 return mExceptionNameStr[ExceptionType];
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/AArch64/
Exception.c 90 IN EFI_EXCEPTION_TYPE ExceptionType,
94 if (ExceptionType <= MAX_AARCH64_EXCEPTION) {
95 if (gExceptionHandlers[ExceptionType]) {
96 gExceptionHandlers[ExceptionType] (ExceptionType, SystemContext);
100 DEBUG ((EFI_D_ERROR, "Unknown exception type %d from %016lx\n", ExceptionType, SystemContext.SystemContextAArch64->ELR));
104 DefaultExceptionHandler (ExceptionType, SystemContext);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 53 @param ExceptionType Exception type.
59 IN UINTN ExceptionType,
67 mReservedVectors[ExceptionType].OldFlags = SystemContext.SystemContextIa32->Eflags;
68 mReservedVectors[ExceptionType].OldCs = SystemContext.SystemContextIa32->Cs;
69 mReservedVectors[ExceptionType].OldIp = SystemContext.SystemContextIa32->Eip;
70 mReservedVectors[ExceptionType].ExceptionData = SystemContext.SystemContextIa32->ExceptionData;
80 SystemContext.SystemContextIa32->Eip = (UINTN) mReservedVectors[ExceptionType].HookAfterStubHeaderCode;
86 @param ExceptionType Exception type.
91 IN UINTN ExceptionType,
95 SystemContext.SystemContextIa32->Eflags = mReservedVectors[ExceptionType].OldFlags;
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 54 @param ExceptionType Exception type.
59 IN UINTN ExceptionType,
67 mReservedVectors[ExceptionType].OldSs = SystemContext.SystemContextX64->Ss;
68 mReservedVectors[ExceptionType].OldSp = SystemContext.SystemContextX64->Rsp;
69 mReservedVectors[ExceptionType].OldFlags = SystemContext.SystemContextX64->Rflags;
70 mReservedVectors[ExceptionType].OldCs = SystemContext.SystemContextX64->Cs;
71 mReservedVectors[ExceptionType].OldIp = SystemContext.SystemContextX64->Rip;
72 mReservedVectors[ExceptionType].ExceptionData = SystemContext.SystemContextX64->ExceptionData;
82 SystemContext.SystemContextX64->Rip = (UINTN) mReservedVectors[ExceptionType].HookAfterStubHeaderCode;
88 @param ExceptionType Exception type.
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
Exception.c 92 IN EFI_EXCEPTION_TYPE ExceptionType,
96 if (ExceptionType <= MAX_ARM_EXCEPTION) {
97 if (gExceptionHandlers[ExceptionType]) {
98 gExceptionHandlers[ExceptionType] (ExceptionType, SystemContext);
102 DEBUG ((EFI_D_ERROR, "Unknown exception type %d from %08x\n", ExceptionType, SystemContext.SystemContextArm->PC));
106 if (ExceptionType == EXCEPT_ARM_SOFTWARE_INTERRUPT) {
113 DefaultExceptionHandler (ExceptionType, SystemContext);
ExceptionSupport.asm 102 mov R0,#0 ; ExceptionType
114 mov R0,#1 ; ExceptionType
125 mov R0,#2 ; ExceptionType
137 mov R0,#3 ; ExceptionType
149 mov R0,#4 ; ExceptionType
160 mov R0,#5 ; ExceptionType
172 mov R0,#6 ; ExceptionType
185 mov R0,#7 ; ExceptionType
228 sub r4, r0, #1 ; if (ExceptionType == 1 || ExceptionType == 2)) {
    [all...]
  /external/ImageMagick/MagickWand/
pixel-iterator.h 32 *PixelGetIteratorException(const PixelIterator *,ExceptionType *);
34 extern WandExport ExceptionType
wandcli.h 38 const ExceptionType,const char *,const char *,...)
MagickWand.h 100 *MagickGetException(const MagickWand *,ExceptionType *);
102 extern WandExport ExceptionType
pixel-wand.h 31 *PixelGetException(const PixelWand *,ExceptionType *);
45 extern WandExport ExceptionType
  /external/ImageMagick/www/source/
wand.c 12 ExceptionType \
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
EbcInt.c 273 processor exception specified by ExceptionType
276 ExceptionType.
277 @param ExceptionType Specifies which processor exception to hook.
282 @retval EFI_INVALID_PARAMETER ExceptionType parameter is negative or exceeds
294 IN EFI_EXCEPTION_TYPE ExceptionType
657 processor exception specified by ExceptionType
660 ExceptionType.
661 @param ExceptionType Specifies which processor exception to hook.
666 @retval EFI_INVALID_PARAMETER ExceptionType parameter is negative or exceeds
678 IN EFI_EXCEPTION_TYPE ExceptionType
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/
DebugAgentException.asm 81 mov R0,#0 ; ExceptionType
93 mov R0,#1 ; ExceptionType
105 mov R0,#2 ; ExceptionType
117 mov R0,#3 ; ExceptionType
129 mov R0,#4 ; ExceptionType
140 mov R0,#5 ; ExceptionType
152 mov R0,#6 ; ExceptionType
165 mov R0,#7 ; ExceptionType
208 sub r4, r0, #1 ; if (ExceptionType == 1 || ExceptionType ==2)) {
    [all...]

Completed in 2524 milliseconds

1 2 3 4 5