Home | History | Annotate | Download | only in DebugAgentCommon

Lines Matching refs:RegisterIndex

851   UINT8                      RegisterIndex;

854 RegisterIndex = SetHwBreakpoint->Type.Index;
859 * ((UINTN *) &CpuContext->Dr0 + RegisterIndex) = (UINTN) SetHwBreakpoint->Address;
866 Dr7Value |= (UINTN) (0x3 << (RegisterIndex * 2));
870 Dr7Value &= (UINTN) (~(0xf << (16 + RegisterIndex * 4)));
871 Dr7Value |= (UINTN) ((SetHwBreakpoint->Type.Length << 2) | SetHwBreakpoint->Type.Access) << (16 + RegisterIndex * 4);