Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/kdi/
H A Dkdi_idt.c220 patch = (uchar_t *)GATESEG_GETOFFSET(gd) + KDI_MSR_PATCHOFF; in kdi_idt_patch()
246 uintptr_t func = GATESEG_GETOFFSET(&kdi_idt[gs->kgs_vec]); in kdi_idt_gates_install()
/titanic_50/usr/src/uts/intel/sys/
H A Dsegments.h355 #define GATESEG_GETOFFSET(sgd) ((uintptr_t)((sgd)->sgd_looffset | \ macro
383 #define GATESEG_GETOFFSET(sgd) ((uintptr_t)((sgd)->sgd_looffset | \ macro
/titanic_50/usr/src/uts/intel/ia32/os/
H A Ddesctbls.c429 if (GATESEG_GETOFFSET(sgd) == 0) in xen_idt_to_trap_info()
447 ti->address = GATESEG_GETOFFSET(sgd); in xen_idt_to_trap_info()
/titanic_50/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c657 mdb_printf("%-30a ", GATESEG_GETOFFSET(gate)); in gate_desc_dump()