Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dtraps.c600 if (!t->iopl_warn && printk_ratelimit()) { in fixup_iopl_exception()
605 t->iopl_warn = 1; in fixup_iopl_exception()
H A Dprocess.c178 p->thread.iopl_warn = 0; in copy_thread()
/linux/arch/x86/include/asm/
H A Dprocessor.h488 unsigned int iopl_warn:1; member