Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c445 env->cpuid_ext2_features = def->ext2_features; in cpu_x86_register()
1688 *edx = env->cpuid_ext2_features; in cpu_x86_cpuid()
1740 if (env->cpuid_ext2_features & CPUID_EXT2_LM) { in cpu_x86_cpuid()
1815 kvm_trim_features(&env->cpuid_ext2_features, in cpu_x86_init()
Dcpu.h672 uint32_t cpuid_ext2_features; member
Dop_helper.c3051 if (env->cpuid_ext2_features & CPUID_EXT2_SYSCALL) in helper_wrmsr()
3053 if (env->cpuid_ext2_features & CPUID_EXT2_LM) in helper_wrmsr()
3055 if (env->cpuid_ext2_features & CPUID_EXT2_FFXSR) in helper_wrmsr()
3057 if (env->cpuid_ext2_features & CPUID_EXT2_NX) in helper_wrmsr()
3061 if (env->cpuid_ext2_features & CPUID_EXT2_FFXSR) in helper_wrmsr()
Dtranslate.c116 int cpuid_ext2_features; member
3130 if (!(s->cpuid_ext2_features & CPUID_EXT2_3DNOW)) in gen_sse()
3980 if (!(s->cpuid_ext2_features & CPUID_EXT2_3DNOW)) in gen_sse()
7646 dc->cpuid_ext2_features = env->cpuid_ext2_features; in gen_intermediate_code_internal()