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

/linux-master/arch/x86/include/asm/
H A Dprocessor.h474 unsigned int iopl_warn:1; member in struct:thread_struct
/linux-master/arch/x86/kernel/
H A Dtraps.c551 if (!t->iopl_warn && printk_ratelimit()) {
556 t->iopl_warn = 1;
H A Dprocess.c178 p->thread.iopl_warn = 0;

Completed in 189 milliseconds