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

12 3 4 5

  /external/syslinux/efi32/include/efi/protocol/
efidbg.h 85 IN EXCEPTION_TYPE ExceptionType,
101 IN EXCEPTION_TYPE ExceptionType
  /external/syslinux/efi64/include/efi/protocol/
efidbg.h 85 IN EXCEPTION_TYPE ExceptionType,
101 IN EXCEPTION_TYPE ExceptionType
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
efidbg.h 85 IN EXCEPTION_TYPE ExceptionType,
101 IN EXCEPTION_TYPE ExceptionType
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
EbcSimpleDebugger.h 38 @param[in] ExceptionType Exception to be trigged.
49 IN EFI_EXCEPTION_TYPE ExceptionType
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Protocol/
SmmCpuService.h 174 @param ExceptionType Defines which interrupt or exception to hook. Type EFI_EXCEPTION_TYPE and
191 IN EFI_EXCEPTION_TYPE ExceptionType,
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
CpuService.h 132 @param ExceptionType Defines which interrupt or exception to hook. Type EFI_EXCEPTION_TYPE and
149 IN EFI_EXCEPTION_TYPE ExceptionType,
  /external/ImageMagick/MagickCore/
image-view.h 38 *GetImageViewException(const ImageView *,ExceptionType *);
  /external/ImageMagick/MagickWand/tests/
add_first.c 12 ExceptionType
add_index.c 12 ExceptionType
add_last.c 12 ExceptionType
add_norm.c 12 ExceptionType
add_first_lists.c 12 ExceptionType
add_last_lists.c 12 ExceptionType
add_mixed.c 12 ExceptionType
add_mixed_lists.c 12 ExceptionType
add_norm_lists.c 12 ExceptionType
loop_over_lists.c 15 ExceptionType
  /external/ImageMagick/MagickWand/
wand-view.h 38 *GetWandViewException(const WandView *,ExceptionType *);
  /external/ImageMagick/api_examples/
wand.c 33 ExceptionType
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/
ExceptionSupport.ARMv6.S 102 mov R0,#1 @ ExceptionType
114 mov R0,#2 @ ExceptionType
126 mov R0,#3 @ ExceptionType
162 mov R0,#7 @ ExceptionType
208 sub r4, r0, #1 @ if (ExceptionType == 1 || ExceptionType ==2)) {
223 @ R0 is ExceptionType
230 IN EFI_EXCEPTION_TYPE ExceptionType, R0
ExceptionSupport.ARMv6.asm 103 mov R0,#1 ; ExceptionType
115 mov R0,#2 ; ExceptionType
127 mov R0,#3 ; ExceptionType
139 mov R0,#4 ; ExceptionType
150 mov R0,#5 ; ExceptionType
163 mov R0,#7 ; ExceptionType
206 sub r4, r0, #1 ; if (ExceptionType == 1 || ExceptionType ==2)) {
221 ; R0 is ExceptionType
228 IN EFI_EXCEPTION_TYPE ExceptionType, R0
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/
ExceptionSupport.S 108 mov R0,#0 @ ExceptionType
120 mov R0,#1 @ ExceptionType
131 mov R0,#2 @ ExceptionType
143 mov R0,#3 @ ExceptionType
178 mov R0,#6 @ ExceptionType
191 mov R0,#7 @ ExceptionType
234 sub r4, r0, #1 @ if (ExceptionType == 1 || ExceptionType == 2)) {
249 @ R0 is ExceptionType
264 IN EFI_EXCEPTION_TYPE ExceptionType, R0
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/
DebugAgentException.S 86 mov R0,#0 @ ExceptionType
98 mov R0,#1 @ ExceptionType
110 mov R0,#2 @ ExceptionType
122 mov R0,#3 @ ExceptionType
157 mov R0,#6 @ ExceptionType
170 mov R0,#7 @ ExceptionType
213 sub r4, r0, #1 @ if (ExceptionType == 1 || ExceptionType ==2)) {
228 @ R0 is ExceptionType
239 IN EFI_EXCEPTION_TYPE ExceptionType, R0
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/
DefaultExceptionHandler.c 170 @param ExceptionType Type of the exception
177 IN EFI_EXCEPTION_TYPE ExceptionType,
189 gExceptionTypeString[ExceptionType], SystemContext.SystemContextArm->PC, SystemContext.SystemContextArm->CPSR);
226 switch (ExceptionType) {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
GdbDebugAgent.c 701 @param ExceptionType Exception that is being processed
707 IN EFI_EXCEPTION_TYPE ExceptionType,
714 if (ProcessorControlC (ExceptionType, SystemContext)) {
719 GdbExceptionType = ConvertEFItoGDBtype (ExceptionType);

Completed in 799 milliseconds

12 3 4 5