HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionType (Results 1 - 25 of 112) 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...]
  /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/
PeiDxeSmmCpuException.c 21 @param ExceptionType Exception type.
27 IN EFI_EXCEPTION_TYPE ExceptionType,
40 switch (ReservedVectors[ExceptionType].Attribute) {
45 ExceptionHandlerContext->ExceptionDataFlag = (mErrorCodeFlag & (1 << ExceptionType)) ? TRUE : FALSE;
46 ExceptionHandlerContext->OldIdtHandler = ReservedVectors[ExceptionType].ExceptonHandler;
53 if (AcquireSpinLockOrFail (&ReservedVectors[ExceptionType].SpinLock)) {
57 ReservedVectors[ExceptionType].ApicId = GetApicId ();
58 ArchSaveExceptionContext (ExceptionType, SystemContext, ExceptionHandlerData);
59 ExceptionHandlerContext->ExceptionDataFlag = (mErrorCodeFlag & (1 << ExceptionType)) ? TRUE : FALSE;
60 ExceptionHandlerContext->OldIdtHandler = ReservedVectors[ExceptionType].ExceptonHandler;
    [all...]
SmmException.c 36 @param ExceptionType Exception type.
42 IN EFI_EXCEPTION_TYPE ExceptionType,
46 CommonExceptionHandlerWorker (ExceptionType, SystemContext, &mExceptionHandlerData);
CpuExceptionCommon.h 129 @param ExceptionType Exception type.
134 IN EFI_EXCEPTION_TYPE ExceptionType,
199 @param[in] ExceptionType Exception type.
205 IN UINTN ExceptionType,
213 @param[in] ExceptionType Exception type.
219 IN UINTN ExceptionType,
261 @param ExceptionType Exception type.
267 IN EFI_EXCEPTION_TYPE ExceptionType
273 @param ExceptionType Exception type.
279 IN EFI_EXCEPTION_TYPE ExceptionType,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbCmdQuit.c 29 @param ExceptionType - Exception type.
39 IN EFI_EXCEPTION_TYPE ExceptionType,
EdbCmdExtIo.c 23 @param ExceptionType Exception type.
33 IN EFI_EXCEPTION_TYPE ExceptionType,
52 @param ExceptionType - Exception type.
62 IN EFI_EXCEPTION_TYPE ExceptionType,
80 @param ExceptionType - Exception type.
90 IN EFI_EXCEPTION_TYPE ExceptionType,
107 @param ExceptionType - Interrupt type.
117 IN EFI_EXCEPTION_TYPE ExceptionType,
135 @param ExceptionType - Interrupt type.
145 IN EFI_EXCEPTION_TYPE ExceptionType,
    [all...]
EdbCmdExtPci.c 23 @param ExceptionType - Interrupt type.
33 IN EFI_EXCEPTION_TYPE ExceptionType,
50 @param ExceptionType - Interrupt type.
60 IN EFI_EXCEPTION_TYPE ExceptionType,
77 @param ExceptionType - Interrupt type.
87 IN EFI_EXCEPTION_TYPE ExceptionType,
105 @param ExceptionType - Interrupt type.
115 IN EFI_EXCEPTION_TYPE ExceptionType,
132 @param ExceptionType - Interrupt type.
142 IN EFI_EXCEPTION_TYPE ExceptionType,
    [all...]
Edb.h 46 @param ExceptionType Exception type.
53 IN EFI_EXCEPTION_TYPE ExceptionType,
EdbCmdScope.c 23 @param ExceptionType - Exception type.
33 IN EFI_EXCEPTION_TYPE ExceptionType,
76 @param ExceptionType - Exception type.
86 IN EFI_EXCEPTION_TYPE ExceptionType,
EdbCmdStep.c 75 @param ExceptionType - Exception type.
85 IN EFI_EXCEPTION_TYPE ExceptionType,
100 @param ExceptionType - Exception type.
110 IN EFI_EXCEPTION_TYPE ExceptionType,
135 @param ExceptionType - Exception type.
145 IN EFI_EXCEPTION_TYPE ExceptionType,
Edb.c 301 @param ExceptionType Exception type.
309 IN EFI_EXCEPTION_TYPE ExceptionType,
339 if (ExceptionType == EXCEPT_EBC_BREAKPOINT) {
365 @param ExceptionType Exception type.
373 IN EFI_EXCEPTION_TYPE ExceptionType,
421 @param ExceptionType Exception type.
429 IN EFI_EXCEPTION_TYPE ExceptionType,
458 EDBPrint (L"Exception Type - %x", (UINTN)ExceptionType);
459 if ((ExceptionType >= EXCEPT_EBC_UNDEFINED) && (ExceptionType <= EXCEPT_EBC_STEP)) {
    [all...]
EdbCmdBreak.c 24 @param ExceptionType Exception type.
34 IN EFI_EXCEPTION_TYPE ExceptionType,
70 @param ExceptionType Exceptiont type.
80 IN EFI_EXCEPTION_TYPE ExceptionType,
116 @param ExceptionType Exception type.
126 IN EFI_EXCEPTION_TYPE ExceptionType,
162 @param ExceptionType Exception type.
172 IN EFI_EXCEPTION_TYPE ExceptionType,
209 @param ExceptionType Exception type.
220 IN EFI_EXCEPTION_TYPE ExceptionType,
    [all...]
EdbCmdMemory.c 408 @param ExceptionType - Interrupt type.
418 IN EFI_EXCEPTION_TYPE ExceptionType,
431 @param ExceptionType - Interrupt type.
441 IN EFI_EXCEPTION_TYPE ExceptionType,
454 @param ExceptionType - Interrupt type.
464 IN EFI_EXCEPTION_TYPE ExceptionType,
477 @param ExceptionType - Exception type.
487 IN EFI_EXCEPTION_TYPE ExceptionType,
500 @param ExceptionType - Exception type.
510 IN EFI_EXCEPTION_TYPE ExceptionType,
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 53 @param[in] ExceptionType Exception type.
59 IN UINTN ExceptionType,
71 ReservedVectors[ExceptionType].OldFlags = SystemContext.SystemContextIa32->Eflags;
72 ReservedVectors[ExceptionType].OldCs = SystemContext.SystemContextIa32->Cs;
73 ReservedVectors[ExceptionType].OldIp = SystemContext.SystemContextIa32->Eip;
74 ReservedVectors[ExceptionType].ExceptionData = SystemContext.SystemContextIa32->ExceptionData;
84 SystemContext.SystemContextIa32->Eip = (UINTN) ReservedVectors[ExceptionType].HookAfterStubHeaderCode;
90 @param[in] ExceptionType Exception type.
96 IN UINTN ExceptionType,
104 SystemContext.SystemContextIa32->Eflags = ReservedVectors[ExceptionType].OldFlags;
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/
ArmExceptionLib.c 38 IN EFI_EXCEPTION_TYPE ExceptionType,
239 interrupt or exception type specified by ExceptionType. If ExceptionHandler is NULL, then the
240 handler for the processor interrupt or exception type specified by ExceptionType is uninstalled.
245 @param[in] ExceptionType Defines which interrupt or exception to hook.
251 @retval EFI_ALREADY_STARTED ExceptionHandler is not NULL, and a handler for ExceptionType was
253 @retval EFI_INVALID_PARAMETER ExceptionHandler is NULL, and a handler for ExceptionType was not
255 @retval EFI_UNSUPPORTED The interrupt specified by ExceptionType is not supported,
260 IN EFI_EXCEPTION_TYPE ExceptionType,
263 if (ExceptionType > gMaxExceptionNumber) {
267 if ((ExceptionHandler != NULL) && (gExceptionHandlers[ExceptionType] != NULL)) {
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 54 @param[in] ExceptionType Exception type.
60 IN UINTN ExceptionType,
72 ReservedVectors[ExceptionType].OldSs = SystemContext.SystemContextX64->Ss;
73 ReservedVectors[ExceptionType].OldSp = SystemContext.SystemContextX64->Rsp;
74 ReservedVectors[ExceptionType].OldFlags = SystemContext.SystemContextX64->Rflags;
75 ReservedVectors[ExceptionType].OldCs = SystemContext.SystemContextX64->Cs;
76 ReservedVectors[ExceptionType].OldIp = SystemContext.SystemContextX64->Rip;
77 ReservedVectors[ExceptionType].ExceptionData = SystemContext.SystemContextX64->ExceptionData;
87 SystemContext.SystemContextX64->Rip = (UINTN) ReservedVectors[ExceptionType].HookAfterStubHeaderCode;
93 @param[in] ExceptionType Exception type.
    [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 *,...)

Completed in 400 milliseconds

1 2 3 4 5