Searched refs:IOPL (Results 1 – 4 of 4) sorted by relevance
290 cmovnzl VCPU_iopl(%rbx),%ecx # Bits 13:12 (EFLAGS.IOPL)291 orl %ecx,%eax # Fold EFLAGS.IOPL into %eax
321 cmovnzl VCPU_iopl(%rbx),%ecx # Bits 13:12 (EFLAGS.IOPL)322 orl %ecx,%eax # Fold EFLAGS.IOPL into %eax
488 #define IOPL(val) MASK_INSR(val, X86_EFLAGS_IOPL) macro
118 return IOPL(cpl) <= v->arch.pv_vcpu.iopl; in iopl_ok()
Completed in 9 milliseconds