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

/gem5/src/arch/x86/
H A Dsystem.cc132 const Addr GDTBase = 0x76000; local
144 physProxy.writeBlob(GDTBase + numGDTEntries * 8, &nullDescriptor, 8);
169 physProxy.writeBlob(GDTBase + numGDTEntries * 8, (&csDescVal), 8);
181 physProxy.writeBlob(GDTBase + numGDTEntries * 8, (&dsDescVal), 8);
195 tc->setMiscReg(MISCREG_TSG_BASE, GDTBase);
200 physProxy.writeBlob(GDTBase + numGDTEntries * 8, (&tssDescVal), 8);

Completed in 4 milliseconds