Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h17 #define X86_EFLAGS_IOPL 0x00003000 /* IOPL mask */ macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dvm86_32.c345 vm86->veflags_mask = X86_EFLAGS_NT | X86_EFLAGS_IOPL; in do_sys_vm86()
348 vm86->veflags_mask = X86_EFLAGS_AC | X86_EFLAGS_NT | X86_EFLAGS_IOPL; in do_sys_vm86()
351 vm86->veflags_mask = X86_EFLAGS_ID | X86_EFLAGS_AC | X86_EFLAGS_NT | X86_EFLAGS_IOPL; in do_sys_vm86()
438 flags |= X86_EFLAGS_IOPL; in get_vflags()
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h32 #define X86_EFLAGS_IOPL (_AC(3,UL) << X86_EFLAGS_IOPL_BIT) macro
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Demulate.c1974 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulate_popf()
1991 change_mask |= X86_EFLAGS_IOPL; in emulate_popf()
2001 change_mask |= (X86_EFLAGS_IOPL | X86_EFLAGS_IF); in emulate_popf()
2211 X86_EFLAGS_IOPL | X86_EFLAGS_NT | X86_EFLAGS_RF | in emulate_iret_real()
3002 iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> X86_EFLAGS_IOPL_BIT; in emulator_bad_iopl()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcommon.c1890 X86_EFLAGS_IOPL|X86_EFLAGS_AC|X86_EFLAGS_NT); in syscall_init()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c145 #define RMODE_GUEST_OWNED_EFLAGS_BITS (~(X86_EFLAGS_IOPL | X86_EFLAGS_VM))
1532 rflags |= X86_EFLAGS_IOPL | X86_EFLAGS_VM; in vmx_set_rflags()
2912 flags |= X86_EFLAGS_IOPL | X86_EFLAGS_VM; in enter_rmode()