Home
last modified time | relevance | path

Searched refs:CPUINFO_BMI1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/host/include/i386/host/
H A Dcpuinfo.h16 #define CPUINFO_BMI1 (1u << 5) macro
/openbmc/qemu/util/
H A Dcpuinfo-i386.c30 info |= (b7 & bit_BMI ? CPUINFO_BMI1 : 0); in cpuinfo_init()
/openbmc/qemu/tcg/i386/
H A Dtcg-target.h113 #define have_bmi1 (cpuinfo & CPUINFO_BMI1)