Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvmx.h370 #define GUEST_INTR_STATE_STI 0x00000001 macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c1545 if (interruptibility & GUEST_INTR_STATE_STI) in vmx_get_interrupt_shadow()
1558 interruptibility &= ~(GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS); in vmx_set_interrupt_shadow()
1563 interruptibility |= GUEST_INTR_STATE_STI; in vmx_set_interrupt_shadow()
4587 vmcs_read32(GUEST_INTERRUPTIBILITY_INFO) & GUEST_INTR_STATE_STI) { in enable_nmi_window()
4697 (GUEST_INTR_STATE_MOV_SS | GUEST_INTR_STATE_STI | in vmx_nmi_blocked()
4720 (GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS)); in vmx_interrupt_blocked()
4964 (GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS))) in handle_exception_nmi()