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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dioport.c149 t->iopl = level << 12;
150 regs->eflags = (regs->eflags & ~X86_EFLAGS_IOPL) | t->iopl;
151 set_iopl_mask(t->iopl);
H A Dprocess.c686 if (get_kernel_rpl() && unlikely(prev->iopl != next->iopl))
687 set_iopl_mask(next->iopl);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dprocessor.h370 unsigned long iopl; member in struct:thread_struct

Completed in 59 milliseconds