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

/gem5/src/arch/x86/regs/
H A Dsegment.hh47 SEGMENT_REG_ES, enumerator in enum:X86ISA::SegmentRegIndex
/gem5/src/arch/x86/insts/
H A Dstatic_inst.cc64 case SEGMENT_REG_ES:
/gem5/src/arch/x86/
H A Dsystem.cc287 installSegDesc(tc, SEGMENT_REG_ES, dsDesc, true);
H A Dtlb.cc303 if (seg >= SEGMENT_REG_ES && seg <= SEGMENT_REG_HS) {
H A Dprocess.cc385 installSegDesc(tc, SEGMENT_REG_ES, dsDesc, true);
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc739 if (seg >= SEGMENT_REG_ES && seg <= SEGMENT_REG_HS) {

Completed in 34 milliseconds