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

/gem5/src/arch/x86/
H A Dprocess.cc258 SegDescriptor csLowPLDesc = initDesc; local
259 csLowPLDesc.type.codeOrData = 1;
260 csLowPLDesc.dpl = 0;
261 uint64_t csLowPLDescVal = csLowPLDesc;

Completed in 8 milliseconds