Searched refs:iopl (Results 1 – 6 of 6) sorted by relevance
369 unsigned long iopl; member
105 int iopl; member745 if (s->pe && (s->cpl > s->iopl || s->vm86)) { in gen_check_io()6200 if (s->iopl != 3) { in disas_insn()6342 if (s->vm86 && s->iopl != 3) { in disas_insn()6353 if (s->vm86 && s->iopl != 3) { in disas_insn()6366 if (s->cpl <= s->iopl) { in disas_insn()6640 if (s->vm86 && s->iopl != 3) { in disas_insn()6668 if (s->cpl <= s->iopl) { in disas_insn()6674 if (s->iopl == 3) { in disas_insn()6683 if (s->cpl <= s->iopl) { in disas_insn()[all …]
2582 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local2739 iopl = (env->eflags >> IOPL_SHIFT) & 3; in helper_ret_protected()2740 if (cpl <= iopl) in helper_ret_protected()
269 112031 iopl on AMD64 and README_MISSING_SYSCALL_OR_IOCTL update
1276 Syscall param iopl(level) contains uninitialised byte(s)
2320 112031 iopl on AMD64 and README_MISSING_SYSCALL_OR_IOCTL update