Searched refs:SDT_SYS386TSS (Results 1 – 6 of 6) sorted by relevance
428 #define SDT_SYS386TSS 9 macro432 andb $(~SDT_SYS386BSY | SDT_SYS386TSS),5(%eax)435 #undef SDT_SYS386TSS
289 SDT_SYS386TSS, /* segment type */ in i386_extend_pcb()624 case SDT_SYS386TSS: /* system 386 TSS available */ in i386_set_ldt()
433 SDT_SYS386TSS, /* segment type */ in vm86_initialize_pae()539 SDT_SYS386TSS, /* segment type */ in vm86_initialize_nopae()
272 gdt[myid * NGDT + GPROC0_SEL].sd.sd_type = SDT_SYS386TSS; in init_secondary()
1363 .ssd_type = SDT_SYS386TSS,1390 .ssd_type = SDT_SYS386TSS,2494 gdt[GPROC0_SEL].sd.sd_type = SDT_SYS386TSS; /* clear busy bit */ in init386()2536 gdt[GPROC0_SEL].sd.sd_type = SDT_SYS386TSS; in machdep_init_trampoline()
156 #define SDT_SYS386TSS 9 /* system 386 TSS available */ macro