Searched refs:GUEST_INTR_STATE_MOV_SS (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dvmx.h389 #define GUEST_INTR_STATE_MOV_SS 0x00000002 macro
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c1562 if (interruptibility & GUEST_INTR_STATE_MOV_SS)
1573 interruptibility &= ~(GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS);
1576 interruptibility |= GUEST_INTR_STATE_MOV_SS;
5027 (GUEST_INTR_STATE_MOV_SS | GUEST_INTR_STATE_STI |
5050 (GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS));
5295 (GUEST_INTR_STATE_STI | GUEST_INTR_STATE_MOV_SS)))

Completed in 120 milliseconds