Searched refs:cpuid_ext_features (Results 1 - 5 of 5) sorted by relevance

/external/qemu/
H A Dkqemu.c156 env->cpuid_ext_features = (env->cpuid_ext_features & ~ext_features_mask) |
/external/qemu/target-i386/
H A Dhelper.c444 env->cpuid_ext_features = def->ext_features;
1607 *ecx &= env->cpuid_ext_features;
1812 kvm_trim_features(&env->cpuid_ext_features,
H A Dcpu.h669 uint32_t cpuid_ext_features; member in struct:CPUX86State
H A Dtranslate.c115 int cpuid_ext_features; member in struct:DisasContext
3665 if (!(s->cpuid_ext_features & sse_op_table6[b].ext_mask))
3731 if (!(s->cpuid_ext_features & CPUID_EXT_SSE42))
3764 if (!(s->cpuid_ext_features & sse_op_table7[b].ext_mask))
4873 if (!(s->cpuid_ext_features & CPUID_EXT_CX16))
7001 if (!(s->cpuid_ext_features & CPUID_EXT_MONITOR) ||
7021 if (!(s->cpuid_ext_features & CPUID_EXT_MONITOR) ||
7529 if (!(s->cpuid_ext_features & CPUID_EXT_POPCNT))
7645 dc->cpuid_ext_features = env->cpuid_ext_features;
[all...]
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c441 uint32_t cpuid_ext_features; variable
554 cpuid_ext_features = ecx;

Completed in 253 milliseconds