Home
last modified time | relevance | path

Searched refs:iopl_emul (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kernel/
H A Dioport.c41 if (t->iopl_emul == 3 || t->io_bitmap) { in task_update_io_bitmap()
187 old = t->iopl_emul; in SYSCALL_DEFINE1()
200 t->iopl_emul = level; in SYSCALL_DEFINE1()
H A Dtraps.c809 if (!IS_ENABLED(CONFIG_X86_IOPL_IOPERM) || t->iopl_emul != 3) in fixup_iopl_exception()
/linux/arch/x86/include/asm/
H A Dprocessor.h503 unsigned long iopl_emul; member