Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c263 if (ts->reason == TSR_IRET) in read_tss_descriptor()
458 if (task_switch->reason == TSR_IRET) in tss32_save()
489 if (ts->reason != TSR_IRET && ts->reason != TSR_JMP) { in tss32_restore()
782 if (reason == TSR_IRET && !TSS_BUSY(nt_type)) { in vmexit_task_switch()
791 if (reason != TSR_IRET && TSS_BUSY(nt_type)) { in vmexit_task_switch()
838 if (reason == TSR_IRET || reason == TSR_JMP) { in vmexit_task_switch()
857 if (reason != TSR_IRET) { in vmexit_task_switch()
/freebsd/sys/amd64/include/
H A Dvmm.h656 TSR_IRET, enumerator
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c2331 return (TSR_IRET); in vmx_task_switch_reason()