Home
last modified time | relevance | path

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

/dragonfly/sys/dev/virtual/nvmm/x86/
H A Dnvmm_x86_vmx.c456 #define INT_STATE_STI __BIT(0) macro
1202 intstate & ~(INT_STATE_STI|INT_STATE_MOVSS)); in vmx_inkernel_advance()
2455 (intstate & (INT_STATE_STI|INT_STATE_MOVSS)) != 0; in vmx_vcpu_run()
2718 intstate &= ~(INT_STATE_STI|INT_STATE_MOVSS); in vmx_vcpu_setstate()
2843 (intstate & (INT_STATE_STI|INT_STATE_MOVSS)) != 0; in vmx_vcpu_getstate()