Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dtraps.c821 if (!t->iopl_warn && printk_ratelimit()) { in fixup_iopl_exception()
826 t->iopl_warn = 1; in fixup_iopl_exception()
/linux/arch/x86/include/asm/
H A Dprocessor.h505 unsigned int iopl_warn:1; member