Home | History | Annotate | Download | only in DebugAgentCommon

Lines Matching defs:Dr0

266   UINTN                  Dr0;

272 Dr0 = AsmReadDr0 ();
276 // DR0 = Signature
290 AsmWriteDr0 (Dr0);
859 * ((UINTN *) &CpuContext->Dr0 + RegisterIndex) = (UINTN) SetHwBreakpoint->Address;
894 CpuContext->Dr0 = 0;
1006 Buffer = (UINT8 *) CpuContext + OFFSET_OF (DEBUG_CPU_CONTEXT, Dr0) + Index * sizeof (UINTN);
1341 // This is single step, no need to check DR0, to ensure single step
1357 switch (CpuContext->Dr0) {
1363 Cause = (UINT8) ((CpuContext->Dr0 == IMAGE_LOAD_SIGNATURE) ?
1372 CpuContext->Dr0 = 0;
1375 CpuContext->Dr0 = 0;
1986 // Clear Dr0 to avoid to be recognized as IMAGE_LOAD/_UNLOAD again when hitting a breakpoint after GO
1987 // If HOST changed Dr0 before GO, we will not change Dr0 here
1991 CpuContext->Dr0 = 0;
2098 // Clear Dr0 to avoid to be recognized as IMAGE_LOAD/_UNLOAD again when hitting a breakpoint after GO
2099 // If HOST changed Dr0 before GO, we will not change Dr0 here
2103 CpuContext->Dr0 = 0;