Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/
H A Dsegments.h350 #define GATESEG_GETOFFSET(sgd) ((uintptr_t)((sgd)->sgd_looffset | \ macro
378 #define GATESEG_GETOFFSET(sgd) ((uintptr_t)((sgd)->sgd_looffset | \ macro
/illumos-gate/usr/src/uts/intel/kdi/
H A Dkdi_idt.c207 uintptr_t func = GATESEG_GETOFFSET(&kdi_idt[gs->kgs_vec]); in kdi_idt_gates_install()
/illumos-gate/usr/src/uts/intel/os/
H A Ddesctbls.c418 if (GATESEG_GETOFFSET(sgd) == 0) in xen_idt_to_trap_info()
434 ti->address = GATESEG_GETOFFSET(sgd); in xen_idt_to_trap_info()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Dunix.c668 mdb_printf("%-30a ", GATESEG_GETOFFSET(gate)); in gate_desc_dump()