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

/gem5/src/arch/x86/
H A Dfaults.cc229 SegAttr codeAttr = 0; local
230 codeAttr.dpl = 0;
231 codeAttr.unusable = 0;
232 codeAttr.defaultSize = 0;
233 codeAttr.longMode = 0;
234 codeAttr.avl = 0;
235 codeAttr.granularity = 0;
236 codeAttr.present = 1;
237 codeAttr.type = 10;
238 codeAttr
[all...]

Completed in 4 milliseconds