Searched refs:gd_type (Results 1 – 4 of 4) sorted by relevance
107 unsigned gd_type:5; /* segment type */ member130 uint64_t gd_type:5; /* segment type */ member
1530 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()
974 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()
816 ip->gd_type = typ; in setidt()