Home
last modified time | relevance | path

Searched refs:gd_type (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/x86/include/
H A Dsegments.h104 unsigned gd_type:5; /* segment type */ member
127 uint64_t gd_type:5; /* segment type */ member
/freebsd/sys/i386/i386/
H A Dmachdep.c617 ip->gd_type = typ; in setidt_nodisp()
651 if (ip->gd_type == SDT_SYSTASKGT) { in DB_SHOW_COMMAND_FLAGS()
1284 if (ip->gd_type != SDT_SYS386IGT && in fixup_idt()
1285 ip->gd_type != SDT_SYS386TGT) in fixup_idt()
1290 ("IDT[%d] type %d off %#x", x, ip->gd_type, off)); in fixup_idt()
/freebsd/stand/efi/loader/arch/amd64/
H A Dtrap.c170 loader_idt_e->gd_type = SDT_SYSIGT; in prepare_exception()
/freebsd/sys/amd64/amd64/
H A Dmachdep.c488 ip->gd_type = typ; in setidt()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c1008 KASSERT(gd->gd_type == SDT_SYSIGT, ("gate descriptor for vector %d " in vmx_trigger_hostintr()
1009 "has invalid type %d", vector, gd->gd_type)); in vmx_trigger_hostintr()