Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dcpuid.h77 #define bit_FSGSBASE (1 << 0) macro
H A Ddriver-i386.c505 has_fsgsbase = ebx & bit_FSGSBASE; in host_detect_local_cpu()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dcpuid.h82 #define bit_FSGSBASE (1 << 0) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dcpuid.h144 #define bit_FSGSBASE 0x00000001 macro
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/i386/
H A Dcpuinfo.h672 if (ebx & bit_FSGSBASE) in get_available_features()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201022605 (bit_FSGSBASE): Likewise.