Home
last modified time | relevance | path

Searched refs:iopl (Results 1 – 6 of 6) sorted by relevance

/external/kernel-headers/original/asm-x86/
Dprocessor_32.h369 unsigned long iopl; member
/external/qemu/target-i386/
Dtranslate.c105 int iopl; member
745 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 …]
Dop_helper.c2582 int cpl, dpl, rpl, eflags_mask, iopl; in helper_ret_protected() local
2739 iopl = (env->eflags >> IOPL_SHIFT) & 3; in helper_ret_protected()
2740 if (cpl <= iopl) in helper_ret_protected()
/external/valgrind/main/docs/internals/
D3_0_BUGSTATUS.txt269 112031 iopl on AMD64 and README_MISSING_SYSCALL_OR_IOCTL update
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.stderr.exp1276 Syscall param iopl(level) contains uninitialised byte(s)
/external/valgrind/main/
DNEWS2320 112031 iopl on AMD64 and README_MISSING_SYSCALL_OR_IOCTL update