Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dswtch.S426 #define SDT_SYS386TSS 9 macro
430 andb $(~SDT_SYS386BSY | SDT_SYS386TSS),5(%eax)
433 #undef SDT_SYS386TSS
H A Dmachdep.c450 .ssd_type = SDT_SYS386TSS,
477 .ssd_type = SDT_SYS386TSS,
1589 gdt[GPROC0_SEL].sd.sd_type = SDT_SYS386TSS; /* clear busy bit */ in init386()
1631 gdt[GPROC0_SEL].sd.sd_type = SDT_SYS386TSS; in machdep_init_trampoline()
H A Dsys_machdep.c287 SDT_SYS386TSS, /* segment type */ in i386_extend_pcb()
618 case SDT_SYS386TSS: /* system 386 TSS available */ in i386_set_ldt()
H A Dvm86.c430 SDT_SYS386TSS, /* segment type */ in vm86_initialize_pae()
536 SDT_SYS386TSS, /* segment type */ in vm86_initialize_nopae()
H A Dmp_machdep.c322 gdt[myid * NGDT + GPROC0_SEL].sd.sd_type = SDT_SYS386TSS; in init_secondary()
/freebsd/sys/x86/include/
H A Dsegments.h153 #define SDT_SYS386TSS 9 /* system 386 TSS available */ macro
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c648 if (task_type == SDT_SYS386BSY || task_type == SDT_SYS386TSS) in push_errcode()
752 if (nt_type != SDT_SYS386BSY && nt_type != SDT_SYS386TSS && in vmexit_task_switch()
768 if (nt_type == SDT_SYS386BSY || nt_type == SDT_SYS386TSS) in vmexit_task_switch()