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

/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dmp_desc.c345 struct fake_descriptor64 *fakep; local
352 fakep = (struct fake_descriptor64 *) descp;
354 for (i = 0; i < count; i++, fakep++) {
361 switch (fakep->access & ACC_TYPE) {
367 real.gate.offset_low16 = (uint16_t)(fakep->offset64 & 0xFFFF);
368 real.gate.selector16 = fakep->lim_or_seg & 0xFFFF;
369 real.gate.IST = fakep->size_or_IST & 0x7;
370 real.gate.access8 = fakep->access;
371 real.gate.offset_high16 = (uint16_t)((fakep->offset64>>16) & 0xFFFF);
372 real.gate.offset_top32 = (uint32_t)(fakep
[all...]

Completed in 64 milliseconds