Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dkvm_host.h74 #define IOPL_SHIFT 12 macro
/linux-2.6.39/arch/x86/kvm/
Demulate.c1147 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> IOPL_SHIFT; in emulate_popf()
1761 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> IOPL_SHIFT; in emulator_bad_iopl()