Home
last modified time | relevance | path

Searched refs:iopl (Results 1 – 5 of 5) sorted by relevance

/arch/x86/kernel/
Dioport.c145 t->iopl = level << 12; in sys_iopl()
146 set_iopl_mask(t->iopl); in sys_iopl()
Dprocess_32.c556 if (get_kernel_rpl() && unlikely(prev->iopl != next->iopl)) in __switch_to()
557 set_iopl_mask(next->iopl); in __switch_to()
/arch/x86/xen/
Dsetup.c173 set_iopl.iopl = 1; in xen_arch_setup()
Denlighten.c549 set_iopl.iopl = (mask == 0) ? 1 : (mask >> 12) & 3; in xen_set_iopl_mask()
/arch/x86/include/asm/
Dprocessor.h433 unsigned long iopl; member