Home
last modified time | relevance | path

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

/NextBSD/sys/x86/include/
HDsegments.h146 #define SDT_SYS286TSS 1 /* system 286 TSS available */ macro
/NextBSD/usr.sbin/bhyve/
HDtask_switch.c751 nt_type != SDT_SYS286BSY && nt_type != SDT_SYS286TSS) { in vmexit_task_switch()
768 else if (nt_type == SDT_SYS286BSY || nt_type == SDT_SYS286TSS) in vmexit_task_switch()
843 if (nt_type == SDT_SYS286BSY || nt_type == SDT_SYS286TSS) { in vmexit_task_switch()
/NextBSD/sys/amd64/amd64/
HDsys_machdep.c633 case SDT_SYS286TSS:
/NextBSD/sys/i386/i386/
HDsys_machdep.c604 case SDT_SYS286TSS: /* system 286 TSS available */