Home
last modified time | relevance | path

Searched refs:ItBlock (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/
DDefaultExceptionHandler.c208 UINT32 ItBlock; in DefaultExceptionHandler() local
230 ItBlock = 0; in DefaultExceptionHandler()
231 … (&DisAsm, (SystemContext.SystemContextArm->CPSR & BIT5) == BIT5, TRUE, &ItBlock, Buffer, sizeof (… in DefaultExceptionHandler()
/device/linaro/bootloader/edk2/ArmPkg/Include/Library/
DArmDisassemblerLib.h38 IN OUT UINT32 *ItBlock,
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
DAarch64Disassembler.c38 IN OUT UINT32 *ItBlock, in DisassembleInstruction() argument
DThumbDisassembler.c485 OUT UINT32 *ItBlock, in DisassembleThumbInstruction() argument
674 *ItBlock = 4; in DisassembleThumbInstruction()
677 *ItBlock = 3; in DisassembleThumbInstruction()
680 *ItBlock = 2; in DisassembleThumbInstruction()
683 *ItBlock = 1; in DisassembleThumbInstruction()
1051 IN OUT UINT32 *ItBlock, in DisassembleInstruction() argument
1057 DisassembleThumbInstruction ((UINT16 **)OpCodePtr, Buf, Size, ItBlock, Extended); in DisassembleInstruction()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/
DEblCmdLib.c148 UINT32 ItBlock; in EblDisassembler() local
158 ItBlock = 0; in EblDisassembler()
161 DisassembleInstruction (&Ptr, TRUE, TRUE, &ItBlock, Buffer, sizeof (Buffer)); in EblDisassembler()