Searched refs:X86_EFLAGS_VIP (Results 1 – 2 of 2) sorted by relevance
23 #define X86_EFLAGS_VIP 0x00100000 /* Virtual Interrupt Pending */ macro
3719 uint32_t mask = X86_EFLAGS_VIP | X86_EFLAGS_VIF | X86_EFLAGS_VM; in x86_emulate()3753 generate_exception_if(_regs.eflags & X86_EFLAGS_VIP, in x86_emulate()4036 uint32_t mask = X86_EFLAGS_VIP | X86_EFLAGS_VIF | X86_EFLAGS_VM; in x86_emulate()4910 generate_exception_if((_regs.eflags & X86_EFLAGS_VIP) || in x86_emulate()
Completed in 13 milliseconds