Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 80 of file kdb.c.
Referenced by KdbpTrapFrameToKdbTrapFrame(), and KeTrapFrameToContext().
{ if (TrapFrame->SegCs & MODE_MASK) { /* User mode, return the User SS */ return TrapFrame->SegSs | RPL_MASK; } else { /* Kernel mode */ return KGDT64_SYS_TSS; } }