Home
last modified time | relevance | path

Searched defs:iopl (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dioport.c96 SYSCALL_DEFINE1(iopl, unsigned int, level) in SYSCALL_DEFINE1() argument
/linux-4.4.14/include/xen/interface/
Dphysdev.h89 uint32_t iopl; member
/linux-4.4.14/arch/x86/include/asm/
Dprocessor.h409 unsigned long iopl; member
/linux-4.4.14/arch/x86/kvm/
Demulate.c1794 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf() local
2793 int iopl; in emulator_bad_iopl() local