Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dprocessor-flags.h9 #define X86_VM_MASK X86_EFLAGS_VM macro
11 #define X86_VM_MASK 0 /* No VM86 support */ macro
H A Dptrace.h134 return ((regs->cs & SEGMENT_RPL_MASK) | (regs->flags & X86_VM_MASK)) >= USER_RPL; in user_mode()
143 return (regs->flags & X86_VM_MASK); in v8086_mode()
/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h94 #define X86_VM_MASK X86_EFLAGS_VM macro
96 #define X86_VM_MASK 0 /* No VM86 support */ macro
/openbmc/linux/arch/x86/events/
H A Dperf_event.h1216 if (regs->flags & X86_VM_MASK) in set_linear_ip()
1217 regs->flags ^= (PERF_EFLAGS_VM | X86_VM_MASK); in set_linear_ip()
H A Dcore.c2873 if (regs->flags & (X86_VM_MASK | PERF_EFLAGS_VM)) in perf_callchain_user()
2927 if (regs->flags & X86_VM_MASK) in code_segment_base()
/openbmc/linux/arch/x86/kernel/
H A Dvm86_32.c305 vm86regs.pt.flags |= X86_VM_MASK; in do_sys_vm86()