Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/kvm/
Demulate.c184 #define EFLG_VM (1<<17) macro
1623 unsigned long vm86_mask = EFLG_VM | EFLG_VIF | EFLG_VIP; in emulate_iret_real()
2021 ctxt->eflags &= ~(EFLG_VM | EFLG_IF | EFLG_RF); in em_syscall()
2068 ctxt->eflags &= ~(EFLG_VM | EFLG_IF | EFLG_RF); in em_sysenter()