Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dcpu.h1088 #define IS_INTEL_CPU(env) ((env)->cpuid_vendor1 == CPUID_VENDOR_INTEL_1 && \
1091 #define IS_AMD_CPU(env) ((env)->cpuid_vendor1 == CPUID_VENDOR_AMD_1 && \
1967 uint32_t cpuid_vendor1; member
H A Dcpu.c5633 x86_cpu_vendor_words2str(value, env->cpuid_vendor1, env->cpuid_vendor2, in x86_cpuid_get_vendor()
5651 env->cpuid_vendor1 = 0; in x86_cpuid_set_vendor()
5655 env->cpuid_vendor1 |= ((uint8_t)value[i ]) << (8 * i); in x86_cpuid_set_vendor()
6536 *ebx = env->cpuid_vendor1; in cpu_x86_cpuid()
6957 *ebx = env->cpuid_vendor1; in cpu_x86_cpuid()
6972 if (env->cpuid_vendor1 != CPUID_VENDOR_INTEL_1 || in cpu_x86_cpuid()
6978 if (tcg_enabled() && env->cpuid_vendor1 == CPUID_VENDOR_INTEL_1 && in cpu_x86_cpuid()
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc2707 … if ((decode.e.check & X86_CHECK_i64_amd) && env->cpuid_vendor1 != CPUID_VENDOR_INTEL_1) {
2714 … if ((decode.e.check & X86_CHECK_o64_intel) && env->cpuid_vendor1 == CPUID_VENDOR_INTEL_1) {