Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dsegments.h107 unsigned gd_type:5; /* segment type */ member
130 uint64_t gd_type:5; /* segment type */ member
/f-stack/freebsd/i386/i386/
H A Dmachdep.c1530 ip->gd_type = typ; in setidt_nodisp()
1564 if (ip->gd_type == SDT_SYSTASKGT) { in DB_SHOW_COMMAND()
2202 if (ip->gd_type != SDT_SYS386IGT && in fixup_idt()
2203 ip->gd_type != SDT_SYS386TGT) in fixup_idt()
2208 ("IDT[%d] type %d off %#x", x, ip->gd_type, off)); in fixup_idt()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c974 KASSERT(gd->gd_type == SDT_SYSIGT, ("gate descriptor for vector %d " in vmx_trigger_hostintr()
975 "has invalid type %d", vector, gd->gd_type)); in vmx_trigger_hostintr()
/f-stack/freebsd/amd64/amd64/
H A Dmachdep.c816 ip->gd_type = typ; in setidt()