Searched refs:tss (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/x86/
H A Dprocess.cc491 } tss; local
495 tss.IST1_low = IST_start;
496 tss.IST1_high = IST_start >> 32;
497 tss.RSP0_low = tss.IST1_low;
498 tss.RSP0_high = tss.IST1_high;
499 tss.RSP1_low = tss.IST1_low;
500 tss
[all...]
H A Dsystem.cc204 SegSelector tss = 0; local
205 tss.si = numGDTEntries - 1;
207 tc->setMiscReg(MISCREG_TR, (RegVal)tss);

Completed in 9 milliseconds