Home
last modified time | relevance | path

Searched refs:X86_CHECK_vm86_iopl (Results 1 – 2 of 2) sorted by relevance

/qemu/target/i386/tcg/
H A Ddecode-new.h161 X86_CHECK_vm86_iopl = 16, enumerator
163 X86_CHECK_iopl = X86_CHECK_cpl_iopl | X86_CHECK_vm86_iopl,
H A Ddecode-new.c.inc2830 if ((decode.e.check & X86_CHECK_vm86_iopl) && VM86(s)) {