Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h95 #define IOPL_SHIFT 12 macro
/arch/x86/kvm/
Demulate.c1438 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> IOPL_SHIFT; in emulate_popf()
2148 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> IOPL_SHIFT; in emulator_bad_iopl()