Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dswtch.S427 #define SDT_SYS386BSY 11 macro
430 andb $(~SDT_SYS386BSY | SDT_SYS386TSS),5(%eax)
434 #undef SDT_SYS386BSY
H A Dsys_machdep.c620 case SDT_SYS386BSY: /* system 386 TSS busy */ in i386_set_ldt()
/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()
821 assert(ot_type == SDT_SYS386BSY || ot_type == SDT_SYS286BSY); in vmexit_task_switch()
/freebsd/sys/x86/include/
H A Dsegments.h156 #define SDT_SYS386BSY 11 /* system 386 TSS busy */ macro