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

/gem5/src/arch/x86/
H A Dsystem.cc199 uint64_t tssDescVal = tssDesc; local
200 physProxy.writeBlob(GDTBase + numGDTEntries * 8, (&tssDescVal), 8);
H A Dprocess.cc335 } tssDescVal = {TSSDescLow, TSSDescHigh}; local
338 &tssDescVal, sizeof(tssDescVal));

Completed in 10 milliseconds