/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/Arm/ |
D | DefaultExceptionHandler.c | 189 …gExceptionTypeString[ExceptionType], SystemContext.SystemContextArm->PC, SystemContext.SystemConte… in DefaultExceptionHandler() 205 Pdb = GetImageName (SystemContext.SystemContextArm->PC, &ImageBase, &PeCoffSizeOfHeader); in DefaultExceptionHandler() 206 Offset = SystemContext.SystemContextArm->PC - ImageBase; in DefaultExceptionHandler() 221 DisAsm = (UINT8 *)(UINTN)SystemContext.SystemContextArm->PC; in DefaultExceptionHandler() 232 PcAdjust = (UINTN)DisAsm - SystemContext.SystemContextArm->PC; in DefaultExceptionHandler() 244 …ext.SystemContextArm->SP, SystemContext.SystemContextArm->LR, SystemContext.SystemContextArm->PC)); in DefaultExceptionHandler() 267 SystemContext.SystemContextArm->PC += PcAdjust; in DefaultExceptionHandler()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | pcctscfg.h | 79 #ifdef PC 93 #ifndef PC 151 #ifdef PC 192 #ifdef PC 314 #ifdef PC
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | pcctscfg.h | 79 #ifdef PC 93 #ifndef PC 151 #ifdef PC 192 #ifdef PC 314 #ifdef PC
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DebugAgentSymbolsBaseLib/Arm/ |
D | DebugAgentException.asm | 78 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 90 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 102 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 114 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 126 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 137 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 149 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 161 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 206 ldr R5, [SP, #0x58] ; PC is the LR pushed by srsfd 213 addne R5, R5, #2 ; PC += 2; [all …]
|
D | DebugAgentException.S | 83 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 95 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 107 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 119 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 131 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 142 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 154 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 166 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 211 ldr R5, [SP, #0x58] @ PC is the LR pushed by srsfd 218 addne R5, R5, #2 @ PC += 2@ [all …]
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Arm/ |
D | ExceptionSupport.ARMv6.asm | 100 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 112 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 124 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 136 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 147 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 159 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 204 ldr R5, [SP, #0x58] ; PC is the LR pushed by srsfd 211 addne R5, R5, #2 ; PC += 2; 216 str R5, [SP, #0x3c] ; Store it in EFI_SYSTEM_CONTEXT_ARM.PC 235 ldr R1,[SP,#0x3c] ; EFI_SYSTEM_CONTEXT_ARM.PC
|
D | ExceptionSupport.ARMv6.S | 99 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 111 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 123 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 135 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 146 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 158 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 206 ldr R5, [SP, #0x58] @ PC is the LR pushed by srsfd 213 addne R5, R5, #2 @ PC += 2@ 218 str R5, [SP, #0x3c] @ Store it in EFI_SYSTEM_CONTEXT_ARM.PC 237 ldr R1,[SP,#0x3c] @ EFI_SYSTEM_CONTEXT_ARM.PC
|
D | Processor.c | 79 OFFSET_OF(EFI_SYSTEM_CONTEXT_ARM, PC), 407 SystemContext.SystemContextArm->PC = AsciiStrHexToUintn(&PacketData[1]); in ContinueAtAddress() 481 IN UINT32 PC in InFiqCrack() argument 487 if ((PC >= VectorBase) && (PC <= (VectorBase + Length))) { in InFiqCrack() 523 if (InFiqCrack (SystemContext.SystemContextArm->PC)) { in ProcessorControlC()
|
/device/linaro/bootloader/edk2/ArmPkg/Drivers/CpuDxe/Arm/ |
D | ExceptionSupport.asm | 99 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 111 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 122 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 134 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 146 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 157 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 169 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 181 sub SP,SP,#0x20 ; Save space for SP, LR, PC, IFAR - CPSR 226 ldr R5, [SP, #0x58] ; PC is the LR pushed by srsfd 233 addne R5, R5, #2 ; PC += 2; [all …]
|
D | ExceptionSupport.S | 105 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 117 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 128 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 140 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 152 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 163 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 175 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 187 sub SP,SP,#0x20 @ Save space for SP, LR, PC, IFAR - CPSR 232 ldr R5, [SP, #0x58] @ PC is the LR pushed by srsfd 239 addne R5, R5, #2 @ PC += 2; [all …]
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/IsaAcpiDxe/ |
D | IsaAcpi.uni | 4 // PCAT ISA ACPI driver for a Generic PC Platform. 19 #string STR_MODULE_ABSTRACT #language en-US "PCAT ISA ACPI driver for a Generic PC Plat… 21 #string STR_MODULE_DESCRIPTION #language en-US "PCAT ISA ACPI driver for a Generic PC Plat…
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/Arm/ |
D | __aeabi_cfcmp.asm | 35 POPEQ {R0 - R3, IP, PC} 41 POP {R0 - R3, IP, PC}
|
D | __aeabi_cdcmp.asm | 39 POPEQ {R0 - R3, IP, PC} 45 POP {R0 - R3, IP, PC}
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/ |
D | ThumbDisassembler.c | 499 UINT32 PC, Target, msbit, lsbit; in DisassembleThumbInstruction() local 518 PC = (UINT32)(UINTN)OpCodePtr; in DisassembleThumbInstruction() 559 …t], Size - Offset, " r%d, [pc, #0x%x] ;0x%08x", (OpCode >> 8) & 7, Target, PCAlign4 (PC) + Target); in DisassembleThumbInstruction() 594 …AsciiSPrint (&Buf[Offset], Size - Offset, " 0x%04x", PC + 4 + SignExtend32 ((OpCode & 0xff) << 1,… in DisassembleThumbInstruction() 598 …AsciiSPrint (&Buf[Offset], Size - Offset, " 0x%04x", PC + 4 + SignExtend32 ((OpCode & 0x3ff) << 1,… in DisassembleThumbInstruction() 656 AsciiSPrint (&Buf[Offset], Size - Offset, " %a, %08x", gReg[Rd], PC + 4 + Target); in DisassembleThumbInstruction() 662 …SPrint (&Buf[Offset], Size - Offset, " %a, %08x", gReg[(OpCode >> 8) & 7], PCAlign4 (PC) + Target); in DisassembleThumbInstruction() 719 AsciiSPrint (&Buf[Offset], Size - Offset, " 0x%08x", PC + 4 + Target); in DisassembleThumbInstruction() 731 AsciiSPrint (&Buf[Offset], Size - Offset, " 0x%08x", PC + 4 + Target); in DisassembleThumbInstruction() 744 AsciiSPrint (&Buf[Offset], Size - Offset, " 0x%08x", PCAlign4 (PC) + Target); in DisassembleThumbInstruction() [all …]
|
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Arm/ |
D | Processor.c | 53 OFFSET_OF(EFI_SYSTEM_CONTEXT_ARM, PC), 414 mSingleStepPC = SystemContext.SystemContextArm->PC; in AddSingleStep() 469 SystemContext.SystemContextArm->PC = AsciiStrHexToUintn (&PacketData[1]); in ContinueAtAddress() 690 ExceptionAddress = SystemContext.SystemContextArm->PC -= 4; in ValidateException() 699 SystemContext.SystemContextArm->PC = ExceptionAddress; in ValidateException()
|
/device/linaro/hikey/installer/hikey/ |
D | README | 21 connected PC as a ttyUSB device. 28 recognized by your Linux PC:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | fixer_base.py | 68 PC = PatternCompiler() 69 self.pattern, self.pattern_tree = PC.compile_pattern(self.PATTERN,
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | hash.h | 44 #ifdef PC
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/ |
D | buildmsi.bat | 15 cd PC
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/ |
D | msvc.dsp | 42 # ADD CPP /nologo /W3 /GX /O2 /I "h" /I "..\h" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "PC" /YX /FD… 63 # ADD CPP /nologo /W3 /GX /Z7 /Od /I "h" /I "..\h" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "PC" /YX…
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/ |
D | ApCst.asl | 40 ONLY on an IST PC. This utility may damage any system that does not 43 An IST PC is a computer which
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/set/ |
D | set.h | 26 #ifdef PC
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/ |
D | WinNtSimpleFileSystemDxe.inf | 4 # Produce Simple File System abstractions for directories on your PC using Win32 APIs.
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBlockIoDxe/ |
D | EmuBlockIoDxe.inf | 4 # Produce block IO abstractions for real devices on your PC using Unix APIs.
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/ |
D | WinNtBlockIoDxe.inf | 4 # Produce block IO abstractions for real devices on your PC using Win32 APIs.
|