Home
last modified time | relevance | path

Searched refs:SDT_SYS386TSS (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/i386/i386/
H A Dswtch.s428 #define SDT_SYS386TSS 9 macro
432 andb $(~SDT_SYS386BSY | SDT_SYS386TSS),5(%eax)
435 #undef SDT_SYS386TSS
H A Dsys_machdep.c289 SDT_SYS386TSS, /* segment type */ in i386_extend_pcb()
624 case SDT_SYS386TSS: /* system 386 TSS available */ in i386_set_ldt()
H A Dvm86.c433 SDT_SYS386TSS, /* segment type */ in vm86_initialize_pae()
539 SDT_SYS386TSS, /* segment type */ in vm86_initialize_nopae()
H A Dmp_machdep.c272 gdt[myid * NGDT + GPROC0_SEL].sd.sd_type = SDT_SYS386TSS; in init_secondary()
H A Dmachdep.c1363 .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()
/f-stack/freebsd/x86/include/
H A Dsegments.h156 #define SDT_SYS386TSS 9 /* system 386 TSS available */ macro