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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/xen/interface/
H A Dphysdev.h68 uint32_t iopl; member in struct:physdev_set_iopl
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dioport.c119 t->iopl = level << 12;
120 set_iopl_mask(t->iopl);
H A Dprocess_32.c346 if (get_kernel_rpl() && unlikely(prev->iopl != next->iopl))
347 set_iopl_mask(next->iopl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/hdparm-9.43/contrib/
H A Dfix_standby.c263 iopl(3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dsetup.c245 set_iopl.iopl = 1;
H A Denlighten.c685 set_iopl.iopl = (mask == 0) ? 1 : (mask >> 12) & 3;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dprocessor.h473 unsigned long iopl; member in struct:thread_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c1670 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> IOPL_SHIFT; local
1686 if (cpl <= iopl)
1690 if (iopl < 3) {
2117 int iopl; local
2122 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> IOPL_SHIFT;
2123 return ops->cpl(ctxt->vcpu) > iopl;

Completed in 184 milliseconds