Searched refs:X86_EFLAGS_IOPL (Results 1 - 14 of 14) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dprocessor-flags.h17 #define X86_EFLAGS_IOPL 0x00003000 /* IOPL mask */ macro
H A Dprocessor.h548 : "i" (~X86_EFLAGS_IOPL), "r" (mask));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dprocessor-flags.h17 #define X86_EFLAGS_IOPL 0x00003000 /* IOPL mask */ macro
H A Dprocessor.h548 : "i" (~X86_EFLAGS_IOPL), "r" (mask));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dioport.c118 regs->flags = (regs->flags & ~X86_EFLAGS_IOPL) | (level << 12);
H A Dvm86_32.c308 tsk->thread.v86mask = X86_EFLAGS_NT | X86_EFLAGS_IOPL;
311 tsk->thread.v86mask = X86_EFLAGS_AC | X86_EFLAGS_NT | X86_EFLAGS_IOPL;
314 tsk->thread.v86mask = X86_EFLAGS_ID | X86_EFLAGS_AC | X86_EFLAGS_NT | X86_EFLAGS_IOPL;
425 flags |= X86_EFLAGS_IOPL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dioport.c118 regs->flags = (regs->flags & ~X86_EFLAGS_IOPL) | (level << 12);
H A Dvm86_32.c308 tsk->thread.v86mask = X86_EFLAGS_NT | X86_EFLAGS_IOPL;
311 tsk->thread.v86mask = X86_EFLAGS_AC | X86_EFLAGS_NT | X86_EFLAGS_IOPL;
314 tsk->thread.v86mask = X86_EFLAGS_ID | X86_EFLAGS_AC | X86_EFLAGS_NT | X86_EFLAGS_IOPL;
425 flags |= X86_EFLAGS_IOPL;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/cpu/
H A Dcommon.c1058 X86_EFLAGS_TF|X86_EFLAGS_DF|X86_EFLAGS_IF|X86_EFLAGS_IOPL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/cpu/
H A Dcommon.c1058 X86_EFLAGS_TF|X86_EFLAGS_DF|X86_EFLAGS_IF|X86_EFLAGS_IOPL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kvm/
H A Dvmx.c87 #define RMODE_GUEST_OWNED_EFLAGS_BITS (~(X86_EFLAGS_IOPL | X86_EFLAGS_VM))
987 rflags |= X86_EFLAGS_IOPL | X86_EFLAGS_VM;
1740 flags |= X86_EFLAGS_IOPL | X86_EFLAGS_VM;
H A Demulate.c1670 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> IOPL_SHIFT;
2122 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> IOPL_SHIFT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kvm/
H A Dvmx.c87 #define RMODE_GUEST_OWNED_EFLAGS_BITS (~(X86_EFLAGS_IOPL | X86_EFLAGS_VM))
987 rflags |= X86_EFLAGS_IOPL | X86_EFLAGS_VM;
1740 flags |= X86_EFLAGS_IOPL | X86_EFLAGS_VM;
H A Demulate.c1670 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> IOPL_SHIFT;
2122 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> IOPL_SHIFT;

Completed in 294 milliseconds