Searched refs:GUEST_INTR_STATE_STI (Results 1 – 2 of 2) sorted by relevance
303 #define GUEST_INTR_STATE_STI 0x00000001 macro
996 if (interruptibility & GUEST_INTR_STATE_STI) in vmx_get_interrupt_shadow()1009 interruptibility &= ~(GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS); in vmx_set_interrupt_shadow()1014 interruptibility |= GUEST_INTR_STATE_STI; in vmx_set_interrupt_shadow()2888 if (vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & GUEST_INTR_STATE_STI) { in enable_nmi_window()2956 (GUEST_INTR_STATE_MOV_SS | GUEST_INTR_STATE_STI in vmx_nmi_allowed()2990 (GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS)); in vmx_interrupt_allowed()