Searched refs:iopl (Results 1 - 4 of 4) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dprocessor_32.h369 unsigned long iopl; member in struct:thread_struct
/external/qemu/target-i386/
H A Dtranslate.c105 int iopl; member in struct:DisasContext
745 if (s->pe && (s->cpl > s->iopl || s->vm86)) {
6200 if (s->iopl != 3) {
6342 if (s->vm86 && s->iopl != 3) {
6353 if (s->vm86 && s->iopl != 3) {
6366 if (s->cpl <= s->iopl) {
6640 if (s->vm86 && s->iopl != 3) {
6668 if (s->cpl <= s->iopl) {
6674 if (s->iopl == 3) {
6683 if (s->cpl <= s->iopl) {
[all...]
H A Dop_helper.c2582 int cpl, dpl, rpl, eflags_mask, iopl; local
2739 iopl = (env->eflags >> IOPL_SHIFT) & 3;
2740 if (cpl <= iopl)
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp1276 Syscall param iopl(level) contains uninitialised byte(s)

Completed in 142 milliseconds