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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dstartup64.c192 struct fake_descriptor64 *fakep; local
199 fakep = (struct fake_descriptor64 *) descp;
201 for (i = 0; i < count; i++, fakep++) {
208 switch (fakep->access & ACC_TYPE) {
214 real.gate.offset_low16 = fakep->offset[0] & 0xFFFF;
215 real.gate.selector16 = fakep->lim_or_seg & 0xFFFF;
216 real.gate.IST = fakep->size_or_IST & 0x7;
217 real.gate.access8 = fakep->access;
218 real.gate.offset_high16 = (fakep->offset[0]>>16)&0xFFFF;
219 real.gate.offset_top32 = (uint32_t)fakep
[all...]

Completed in 6 milliseconds