Searched refs:X86_EFLAGS_VIP (Results 1 – 2 of 2) sorted by relevance
23 #define X86_EFLAGS_VIP 0x00100000 /* Virtual Interrupt Pending */ macro
3717 (_regs.eflags & X86_EFLAGS_VIP)), in x86_emulate()4530 uint32_t mask = X86_EFLAGS_VIP | X86_EFLAGS_VIF | X86_EFLAGS_VM; in x86_emulate()4573 generate_exception_if(_regs.eflags & X86_EFLAGS_VIP, in x86_emulate()4852 uint32_t mask = X86_EFLAGS_VIP | X86_EFLAGS_VIF | X86_EFLAGS_VM; in x86_emulate()5590 generate_exception_if((_regs.eflags & X86_EFLAGS_VIP) || in x86_emulate()
Completed in 20 milliseconds