Home
last modified time | relevance | path

Searched refs:cpuid_ext2_features (Results 1 – 4 of 4) sorted by relevance

/external/qemu/target-i386/
Dmisc_helper.c280 if (env->cpuid_ext2_features & CPUID_EXT2_SYSCALL) in helper_wrmsr()
282 if (env->cpuid_ext2_features & CPUID_EXT2_LM) in helper_wrmsr()
284 if (env->cpuid_ext2_features & CPUID_EXT2_FFXSR) in helper_wrmsr()
286 if (env->cpuid_ext2_features & CPUID_EXT2_NX) in helper_wrmsr()
290 if (env->cpuid_ext2_features & CPUID_EXT2_FFXSR) in helper_wrmsr()
Dhelper.c444 env->cpuid_ext2_features = def->ext2_features; in cpu_x86_register()
1665 *edx = env->cpuid_ext2_features; in cpu_x86_cpuid()
1717 if (env->cpuid_ext2_features & CPUID_EXT2_LM) { in cpu_x86_cpuid()
1786 kvm_trim_features(&env->cpuid_ext2_features, in cpu_x86_init()
Dcpu.h834 uint32_t cpuid_ext2_features; member
Dtranslate.c131 int cpuid_ext2_features; member
3330 if (!(s->cpuid_ext2_features & CPUID_EXT2_3DNOW)) in gen_sse()
4202 if (!(s->cpuid_ext2_features & CPUID_EXT2_3DNOW)) in gen_sse()
7812 dc->cpuid_ext2_features = env->cpuid_ext2_features; in gen_intermediate_code_internal()