Home
last modified time | relevance | path

Searched refs:IS_AMD_CPU (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/i386/
H A Dhelper.c94 if (IS_AMD_CPU(env)) { in cpu_x86_support_mca_broadcast()
H A Dcpu.c6182 if (cpu && !IS_AMD_CPU(&cpu->env)) { in x86_cpu_get_supported_feature_word()
6562 } else if (cpu->vendor_cpuid_only && IS_AMD_CPU(env)) { in cpu_x86_cpuid()
6598 } else if (cpu->vendor_cpuid_only && IS_AMD_CPU(env)) { in cpu_x86_cpuid()
7840 if (IS_AMD_CPU(env)) { in x86_cpu_realizefn()
7880 if (IS_AMD_CPU(env)) { in x86_cpu_realizefn()
8009 if (IS_AMD_CPU(env) && in x86_cpu_realizefn()
H A Dcpu.h1091 #define IS_AMD_CPU(env) ((env)->cpuid_vendor1 == CPUID_VENDOR_AMD_1 && \ macro
/openbmc/qemu/hw/i386/
H A Dpc.c850 if (IS_AMD_CPU(&cpu->env) && pcmc->enforce_amd_1tb_hole) { in pc_memory_init()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c678 if (!IS_AMD_CPU(env)) { in kvm_mce_inject()