Searched defs:IOPL_MASK (Results 1 - 2 of 2) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dvm86.h17 #define IOPL_MASK 0x00003000 macro
/external/qemu/target-i386/
H A Dcpu.h115 #define IOPL_MASK 0x00003000 macro
126 redundant. We avoid using the IOPL_MASK, TF_MASK and VM_MASK bit
916 (env->eflags & (IOPL_MASK | TF_MASK | RF_MASK | VM_MASK));

Completed in 367 milliseconds