Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dmisc_helper.c284 if (env->cpuid_ext2_features & CPUID_EXT2_FFXSR) in helper_wrmsr()
290 if (env->cpuid_ext2_features & CPUID_EXT2_FFXSR) in helper_wrmsr()
Dcpu.h488 #define CPUID_EXT2_FFXSR (1 << 25) macro
Dhelper.c176 CPUID_EXT2_FFXSR,