HomeSort by relevance Sort by last modified time
    Searched refs:Dr2 (Results 1 - 25 of 34) sorted by null

1 2

  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/
PeCoffExtraActionLib.c 58 UINTN Dr2;
116 Dr2 = AsmReadDr2 ();
124 // DR2 = The pointer to the ImageContext structure
170 AsmWriteDr2 (Dr2);
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
GccInline.c 472 Reads the current value of Debug Register 2 (DR2).
474 Reads and returns the current value of DR2. This function is only available
478 @return The value of Debug Register 2 (DR2).
490 "movl %%dr2, %0"
686 Writes a value to Debug Register 2 (DR2).
688 Writes and returns a new value to DR2. This function is only available on
691 @param Dr2 The value to write to Dr2.
693 @return The value written to Debug Register 2 (DR2).
699 UINTN Dr2
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
Processor.c 90 Print ((CHAR16 *)L"DR2: %x ", SystemContext.SystemContextIa32->Dr2);
455 Address = SystemContext.SystemContextIa32->Dr2;
655 SystemContext.SystemContextIa32->Dr2 = Address;
727 (Address == SystemContext.SystemContextIa32->Dr2)) {
775 SystemContext.SystemContextIa32->Dr2 = Address;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
Processor.c 90 Print ((CHAR16 *)L"DR2: %x ", SystemContext.SystemContextIa32->Dr2);
407 Address = SystemContext.SystemContextIa32->Dr2;
607 SystemContext.SystemContextIa32->Dr2 = Address;
679 (Address == SystemContext.SystemContextIa32->Dr2)) {
727 SystemContext.SystemContextIa32->Dr2 = Address;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
GccInline.c 482 Reads the current value of Debug Register 2 (DR2).
484 Reads and returns the current value of DR2. This function is only available
488 @return The value of Debug Register 2 (DR2).
500 "mov %%dr2, %0"
696 Writes a value to Debug Register 2 (DR2).
698 Writes and returns a new value to DR2. This function is only available on
701 @param Dr2 The value to write to Dr2.
703 @return The value written to Debug Register 2 (DR2).
709 UINTN Dr2
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
Processor.c 427 Address = SystemContext.SystemContextIa32->Dr2;
626 SystemContext.SystemContextIa32->Dr2 = Address;
698 (Address == SystemContext.SystemContextIa32->Dr2)) {
746 SystemContext.SystemContextIa32->Dr2 = Address;
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
Processor.c 427 Address = SystemContext.SystemContextIa32->Dr2;
626 SystemContext.SystemContextIa32->Dr2 = Address;
698 (Address == SystemContext.SystemContextIa32->Dr2)) {
746 SystemContext.SystemContextIa32->Dr2 = Address;
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
CpuMpPei.h 133 UINTN Dr2;
CpuMpPei.c 216 VolatileRegisters->Dr2 = AsmReadDr2 ();
251 AsmWriteDr2 (VolatileRegisters->Dr2);
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
ArchExceptionHandler.c 165 "DR0 - %08x, DR1 - %08x, DR2 - %08x, DR3 - %08x\n",
168 SystemContext.SystemContextIa32->Dr2,
ExceptionHandlerAsm.asm 278 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
285 mov eax, dr2
335 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
ProcessorContext.h 176 UINT32 Dr2;
267 UINT64 Dr2;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
AsmFuncs.S 120 ## UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
249 ## UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
304 ## UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
AsmFuncs.asm 85 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
214 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
336 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
351 mov eax, dr2
391 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
397 mov dr2, eax
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DebugSupport.h 124 UINT32 Dr2;
230 UINT64 Dr2;
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
DebugSupport.h 103 UINT32 Dr2;
196 UINT64 Dr2;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
AsmFuncs.asm 264 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
282 mov rax, dr2
325 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
331 mov dr2, rax
AsmFuncs.S 302 ## UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
317 movq %dr2, %rax
356 ## UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
362 movq %rax, %dr2
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
ArchExceptionHandler.c 196 "DR0 - %016lx, DR1 - %016lx, DR2 - %016lx\n",
199 SystemContext.SystemContextX64->Dr2
ExceptionHandlerAsm.S 248 #; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
255 movq %dr2, %rax
294 #; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
ExceptionHandlerAsm.asm 229 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
236 mov rax, dr2
276 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
AsmFuncs.asm 83 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
215 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
366 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
381 mov rax, dr2
420 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
426 mov dr2, rax
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DebugSupport.h 105 UINT32 Dr2;
199 UINT64 Dr2;
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.asm 381 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
388 mov eax, dr2
429 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
578 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
585 mov eax, dr2
631 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
AsmFuncs.asm 292 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
310 mov eax, dr2
357 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
363 mov dr2, eax

Completed in 2258 milliseconds

1 2