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

/darwin-on-arm/xnu/osfmk/i386/
H A Dmp_desc.c367 struct fake_descriptor64 *fakep; local
374 fakep = (struct fake_descriptor64 *) descp;
376 for (i = 0; i < count; i++, fakep++) {
383 switch (fakep->access & ACC_TYPE) {
389 real.gate.offset_low16 = (uint16_t)(fakep->offset64 & 0xFFFF);
390 real.gate.selector16 = fakep->lim_or_seg & 0xFFFF;
391 real.gate.IST = fakep->size_or_IST & 0x7;
392 real.gate.access8 = fakep->access;
393 real.gate.offset_high16 = (uint16_t)((fakep->offset64>>16) & 0xFFFF);
394 real.gate.offset_top32 = (uint32_t)(fakep
[all...]

Completed in 69 milliseconds