Searched refs:IS_AMD_CPU (Results 1 – 5 of 5) sorted by relevance
94 if (IS_AMD_CPU(env)) { in cpu_x86_support_mca_broadcast()
6182 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()
1091 #define IS_AMD_CPU(env) ((env)->cpuid_vendor1 == CPUID_VENDOR_AMD_1 && \ macro
850 if (IS_AMD_CPU(&cpu->env) && pcmc->enforce_amd_1tb_hole) { in pc_memory_init()
678 if (!IS_AMD_CPU(env)) { in kvm_mce_inject()