Searched refs:iopl_emul (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kernel/
H A Dioport.c24 /* Can be NULL when current->thread.iopl_emul == 3 */
40 if (t->iopl_emul == 3 || t->io_bitmap) {
181 old = t->iopl_emul;
194 t->iopl_emul = level;
H A Dprocess.c461 if (IS_ENABLED(CONFIG_X86_IOPL_IOPERM) && t->iopl_emul == 3) {
H A Dtraps.c539 if (!IS_ENABLED(CONFIG_X86_IOPL_IOPERM) || t->iopl_emul != 3)
/linux-master/arch/x86/include/asm/
H A Dprocessor.h472 unsigned long iopl_emul; member in struct:thread_struct

Completed in 226 milliseconds