Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dtask_switch.c111 #define TSS_BUSY(type) (((type) & 0x2) != 0) macro
936 if (reason == TSR_IRET && !TSS_BUSY(nt_type)) { in vmexit_task_switch()
945 if (reason != TSR_IRET && TSS_BUSY(nt_type)) { in vmexit_task_switch()