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

/gem5/src/arch/x86/
H A Dprocess.hh64 Addr _gdtSize; member in class:X86ISA::X86Process
81 { return _gdtSize; }
97 _gdtSize = in._gdtSize;
H A Dprocess.cc172 _gdtSize = PageBytes;
649 allocateMem(_gdtStart, _gdtSize);
651 assert(_gdtSize % sizeof(zero) == 0);
653 gdtCurrent < _gdtStart + _gdtSize; gdtCurrent += sizeof(zero)) {
722 tc->setMiscRegNoEffect(MISCREG_TSG_LIMIT, _gdtStart + _gdtSize - 1);

Completed in 9 milliseconds