Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbDisasm.c23 IN EFI_PHYSICAL_ADDRESS InstructionAddress, \
127 IN EFI_PHYSICAL_ADDRESS InstructionAddress, in EdbDisasmBREAK() argument
132 ASSERT (GET_OPCODE(InstructionAddress) == OPCODE_BREAK); in EdbDisasmBREAK()
134 if (*(UINT8 *)(UINTN)(InstructionAddress + 1) > 6) { in EdbDisasmBREAK()
145 EdbPrintDatan (*(UINT8 *)(UINTN)(InstructionAddress + 1)); in EdbDisasmBREAK()
168 IN EFI_PHYSICAL_ADDRESS InstructionAddress, in EdbDisasmJMP() argument
179 ASSERT (GET_OPCODE(InstructionAddress) == OPCODE_JMP); in EdbDisasmJMP()
181 Modifiers = GET_MODIFIERS (InstructionAddress); in EdbDisasmJMP()
182 Operands = GET_OPERANDS (InstructionAddress); in EdbDisasmJMP()
205 InstructionAddress += 2; in EdbDisasmJMP()
[all …]
DEdbDisasmSupport.c1049 IN EFI_PHYSICAL_ADDRESS InstructionAddress, in EdbPrintRaw() argument
1073 SymbolStr = FindSymbolStr ((UINTN)InstructionAddress); in EdbPrintRaw()
1079 EDBPrint (EDB_PRINT_ADDRESS_FORMAT, (UINTN)InstructionAddress); in EdbPrintRaw()
1081 EDBPrint (L"%02x ", *(UINT8 *)(UINTN)InstructionAddress); in EdbPrintRaw()
1082 InstructionAddress += 1; in EdbPrintRaw()
1087 EDBPrint (EDB_PRINT_ADDRESS_FORMAT, (UINTN)InstructionAddress); in EdbPrintRaw()
1089 EDBPrint (L"%02x ", *(UINT8 *)(UINTN)InstructionAddress); in EdbPrintRaw()
1090 InstructionAddress += 1; in EdbPrintRaw()
1115 EFI_PHYSICAL_ADDRESS InstructionAddress; in EdbShowDisasm() local
1122 InstructionAddress = DebuggerPrivate->InstructionScope; in EdbShowDisasm()
[all …]
DEdbDisasm.h31 IN EFI_PHYSICAL_ADDRESS InstructionAddress,
DEdbDisasmSupport.h537 IN EFI_PHYSICAL_ADDRESS InstructionAddress,
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfile.c1249 UINT64 InstructionAddress; in SmmProfilePFHandler() local
1283 InstructionAddress = Rip; in SmmProfilePFHandler()
1288 InstructionAddress = GetSourceFromDestinationOnBts (CpuIndex, Rip); in SmmProfilePFHandler()
1289 if (InstructionAddress == 0) { in SmmProfilePFHandler()
1294 InstructionAddress = PFAddress; in SmmProfilePFHandler()
1325 (SmmProfileEntry[Index].Instruction == InstructionAddress) && in SmmProfilePFHandler()
1348 SmmProfileEntry[CurrentEntryNumber].Instruction = InstructionAddress; in SmmProfilePFHandler()