Home
last modified time | relevance | path

Searched refs:sgd_dpl (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/intel/sys/
H A Dsegments.h350 uint32_t sgd_dpl:2; /* segment descriptor priority level */ member
374 uint64_t sgd_dpl:2; /* segment descriptor priority level */ member
/titanic_50/usr/src/uts/intel/ia32/os/
H A Dsysi86.c330 sgd->sgd_dpl = ssd->acc1 >> 5; in ssd_to_sgd()
333 ASSERT(sgd->sgd_dpl == SEL_UPL); in ssd_to_sgd()
H A Ddesctbls.c341 dp->sgd_dpl = dpl; in set_gatesegd()
358 dp->sgd_dpl = dpl; in set_gatesegd()
434 TI_SET_DPL(ti, sgd->sgd_dpl); in xen_idt_to_trap_info()
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c660 gate->sgd_dpl, (gate->sgd_p ? '+' : ' '), type, lastval); in gate_desc_dump()