Home
last modified time | relevance | path

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

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