Home
last modified time | relevance | path

Searched defs:X86_EFLAGS_VM (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h20 #define X86_EFLAGS_VM 0x00020000 /* Virtual Mode */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h38 #define X86_EFLAGS_VM _BITUL(X86_EFLAGS_VM_BIT) macro