Home
last modified time | relevance | path

Searched refs:Dr6 (Results 1 – 25 of 37) sorted by relevance

12

/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/Ia32/
DProcessor.c92 Print ((CHAR16 *)L"DR6: %x ", SystemContext.SystemContextIa32->Dr6); in PrintDRreg()
481 IA32_DR6 Dr6; in GetBreakpointDetected() local
484 Dr6.UintN = SystemContext.SystemContextIa32->Dr6; in GetBreakpointDetected()
486 if (Dr6.Bits.B0 == 1) { in GetBreakpointDetected()
488 } else if (Dr6.Bits.B1 == 1) { in GetBreakpointDetected()
490 } else if (Dr6.Bits.B2 == 1) { in GetBreakpointDetected()
492 } else if (Dr6.Bits.B3 == 1) { in GetBreakpointDetected()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/Ia32/
DProcessor.c92 Print ((CHAR16 *)L"DR6: %x ", SystemContext.SystemContextIa32->Dr6); in PrintDRreg()
433 IA32_DR6 Dr6; in GetBreakpointDetected() local
436 Dr6.UintN = SystemContext.SystemContextIa32->Dr6; in GetBreakpointDetected()
438 if (Dr6.Bits.B0 == 1) { in GetBreakpointDetected()
440 } else if (Dr6.Bits.B1 == 1) { in GetBreakpointDetected()
442 } else if (Dr6.Bits.B2 == 1) { in GetBreakpointDetected()
444 } else if (Dr6.Bits.B3 == 1) { in GetBreakpointDetected()
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/X64/
DProcessor.c453 IA32_DR6 Dr6; in GetBreakpointDetected() local
456 Dr6.UintN = SystemContext.SystemContextIa32->Dr6; in GetBreakpointDetected()
458 if (Dr6.Bits.B0 == 1) { in GetBreakpointDetected()
460 } else if (Dr6.Bits.B1 == 1) { in GetBreakpointDetected()
462 } else if (Dr6.Bits.B2 == 1) { in GetBreakpointDetected()
464 } else if (Dr6.Bits.B3 == 1) { in GetBreakpointDetected()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/X64/
DProcessor.c453 IA32_DR6 Dr6; in GetBreakpointDetected() local
456 Dr6.UintN = SystemContext.SystemContextIa32->Dr6; in GetBreakpointDetected()
458 if (Dr6.Bits.B0 == 1) { in GetBreakpointDetected()
460 } else if (Dr6.Bits.B1 == 1) { in GetBreakpointDetected()
462 } else if (Dr6.Bits.B2 == 1) { in GetBreakpointDetected()
464 } else if (Dr6.Bits.B3 == 1) { in GetBreakpointDetected()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/
DGccInline.c803 UINTN Dr6 in AsmWriteDr6() argument
809 : "r" (Dr6) in AsmWriteDr6()
811 return Dr6; in AsmWriteDr6()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
DGccInline.c813 UINTN Dr6 in AsmWriteDr6() argument
819 : "r" (Dr6) in AsmWriteDr6()
821 return Dr6; in AsmWriteDr6()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Include/Ia32/
DProcessorContext.h178 UINT32 Dr6; member
269 UINT64 Dr6; member
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DSmmProfile.c997 UINTN Dr6; in ActivateSingleStepDB() local
999 Dr6 = AsmReadDr6 (); in ActivateSingleStepDB()
1000 if ((Dr6 & DR6_SINGLE_STEP) != 0) { in ActivateSingleStepDB()
1003 Dr6 |= DR6_SINGLE_STEP; in ActivateSingleStepDB()
1004 AsmWriteDr6 (Dr6); in ActivateSingleStepDB()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
DAsmFuncs.nasm265 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
273 ;; Dr6
326 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DAsmFuncs.S120 ## UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
249 ## UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
304 ## UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
DAsmFuncs.asm85 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
214 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
336 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
391 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
DAsmFuncs.nasm87 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
206 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
329 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
384 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
DAsmFuncs.nasm290 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
298 ;; Dr6
355 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/Ia32/
DArchExceptionHandler.c182 SystemContext.SystemContextIa32->Dr6, in DumpCpuContent()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DDebugSupport.h126 UINT32 Dr6; member
232 UINT64 Dr6; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
DAsmFuncs.asm83 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
215 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
366 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
420 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
DAsmFuncs.nasm88 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
211 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
362 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
416 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/CpuExceptionHandlerLib/X64/
DArchExceptionHandler.c214 SystemContext.SystemContextX64->Dr6, in DumpCpuContent()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
DSmiException.nasm368 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
416 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
565 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
618 ;; UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
DSmiException.S354 ## UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
404 ## UINT32 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/X64/
DSmiException.S245 ## UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
296 ## UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
DSmiException.nasm264 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
315 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
DSmiException.asm261 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
312 ;; UINT64 Dr0, Dr1, Dr2, Dr3, Dr6, Dr7;
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDebugSupport.h107 UINT32 Dr6; member
201 UINT64 Dr6; member
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/MpInitLib/
DMpLib.h103 UINTN Dr6; member

12