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

/gem5/src/arch/x86/
H A Dsystem.cc147 SegDescriptor initDesc = 0; local
148 initDesc.type.codeOrData = 0; // code or data type
149 initDesc.type.c = 0; // conforming
150 initDesc.type.r = 1; // readable
151 initDesc.dpl = 0; // privilege
152 initDesc.p = 1; // present
153 initDesc.l = 1; // longmode - 64 bit
154 initDesc.d = 0; // operand size
155 initDesc.g = 1; // granularity
156 initDesc
[all...]
H A Dprocess.cc245 SegDescriptor initDesc = 0; local
246 initDesc.type.codeOrData = 0; // code or data type
247 initDesc.type.c = 0; // conforming
248 initDesc.type.r = 1; // readable
249 initDesc.dpl = 0; // privilege
250 initDesc.p = 1; // present
251 initDesc.l = 1; // longmode - 64 bit
252 initDesc.d = 0; // operand size
253 initDesc.s = 1; // system segment
254 initDesc
[all...]

Completed in 7 milliseconds