Searched refs:IOPL (Results 1 – 4 of 4) sorted by relevance
325 cmovnzl VCPU_iopl(%rbx),%ecx # Bits 13:12 (EFLAGS.IOPL)326 orl %ecx,%eax # Fold EFLAGS.IOPL into %eax
547 #define IOPL(val) MASK_INSR(val, X86_EFLAGS_IOPL) macro
478 cmovnzl VCPU_iopl(%rbx),%ecx # Bits 13:12 (EFLAGS.IOPL)479 orl %ecx,%eax # Fold EFLAGS.IOPL into %eax
157 return IOPL(cpl) <= v->arch.pv.iopl; in iopl_ok()
Completed in 12 milliseconds