Home
last modified time | relevance | path

Searched refs:X86_EFLAGS_IOPL (Results 1 – 7 of 7) sorted by relevance

/arch/x86/kernel/
Dioport.c135 regs->flags = (regs->flags & ~X86_EFLAGS_IOPL) | in SYSCALL_DEFINE1()
Dvm86_32.c352 vm86->veflags_mask = X86_EFLAGS_NT | X86_EFLAGS_IOPL; in do_sys_vm86()
355 vm86->veflags_mask = X86_EFLAGS_AC | X86_EFLAGS_NT | X86_EFLAGS_IOPL; in do_sys_vm86()
358 vm86->veflags_mask = X86_EFLAGS_ID | X86_EFLAGS_AC | X86_EFLAGS_NT | X86_EFLAGS_IOPL; in do_sys_vm86()
446 flags |= X86_EFLAGS_IOPL; in get_vflags()
/arch/x86/include/uapi/asm/
Dprocessor-flags.h32 #define X86_EFLAGS_IOPL (_AC(3,UL) << X86_EFLAGS_IOPL_BIT) macro
/arch/x86/include/asm/
Dprocessor.h525 : "i" (~X86_EFLAGS_IOPL), "r" (mask)); in native_set_iopl_mask()
/arch/x86/kvm/
Demulate.c1955 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf()
1972 change_mask |= X86_EFLAGS_IOPL; in emulate_popf()
1982 change_mask |= (X86_EFLAGS_IOPL | X86_EFLAGS_IF); in emulate_popf()
2192 X86_EFLAGS_IOPL | X86_EFLAGS_NT | X86_EFLAGS_RF | in emulate_iret_real()
2998 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl()
/arch/x86/kernel/cpu/
Dcommon.c1877 X86_EFLAGS_IOPL|X86_EFLAGS_AC|X86_EFLAGS_NT); in syscall_init()
/arch/x86/kvm/vmx/
Dvmx.c143 #define RMODE_GUEST_OWNED_EFLAGS_BITS (~(X86_EFLAGS_IOPL | X86_EFLAGS_VM))
1511 rflags |= X86_EFLAGS_IOPL | X86_EFLAGS_VM; in vmx_set_rflags()
2853 flags |= X86_EFLAGS_IOPL | X86_EFLAGS_VM; in enter_rmode()