Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dmisc_helper.c288 if (env->cpuid_ext3_features & CPUID_EXT3_SVM) in helper_wrmsr()
Dhelper.c153 .ext3_features = CPUID_EXT3_SVM,
181 .ext3_features = CPUID_EXT3_SVM,
Dcpu.h508 #define CPUID_EXT3_SVM (1 << 2) macro