Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dprocessor-flags.h13 #define X86_EFLAGS_TF 0x00000100 /* Trap Flag */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h24 #define X86_EFLAGS_TF _BITUL(X86_EFLAGS_TF_BIT) macro