Searched refs:SEGMENT_REG_DS (Results 1 - 6 of 6) sorted by relevance

/gem5/src/arch/x86/regs/
H A Dsegment.hh50 SEGMENT_REG_DS, enumerator in enum:X86ISA::SegmentRegIndex
/gem5/src/arch/x86/
H A Demulenv.hh64 reg(_reg), regm(_regm), seg(SEGMENT_REG_DS),
H A Demulenv.cc105 seg = SEGMENT_REG_DS;
117 seg = SEGMENT_REG_DS;
H A Dsystem.cc286 installSegDesc(tc, SEGMENT_REG_DS, dsDesc, true);
H A Dprocess.cc384 installSegDesc(tc, SEGMENT_REG_DS, dsDesc, true);
/gem5/src/arch/x86/insts/
H A Dstatic_inst.cc73 case SEGMENT_REG_DS:

Completed in 13 milliseconds