Home
last modified time | relevance | path

Searched refs:X86_VENDOR_AMD (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dhwmon-vid.c180 {X86_VENDOR_AMD, 0x6, 0x0, ANY, ANY, 90}, /* Athlon Duron etc */
181 {X86_VENDOR_AMD, 0xF, 0x0, 0x3F, ANY, 24}, /* Athlon 64, Opteron */
188 {X86_VENDOR_AMD, 0xF, 0x40, 0x7F, ANY, 24}, /* NPT family 0Fh */
189 {X86_VENDOR_AMD, 0xF, 0x80, ANY, ANY, 25}, /* future fam. 0Fh */
190 {X86_VENDOR_AMD, 0x10, 0x0, ANY, ANY, 25}, /* NPT family 10h */
191 {X86_VENDOR_AMD, 0x11, 0x0, ANY, ANY, 26}, /* family 11h */
192 {X86_VENDOR_AMD, 0x12, 0x0, ANY, ANY, 26}, /* family 12h */
193 {X86_VENDOR_AMD, 0x14, 0x0, ANY, ANY, 26}, /* family 14h */
194 {X86_VENDOR_AMD, 0x15, 0x0, ANY, ANY, 26}, /* family 15h */
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/microcode/
H A Dcore.c132 if (x86_cpuid_vendor() == X86_VENDOR_AMD) { in check_loader_disabled_bsp()
176 case X86_VENDOR_AMD: in load_ucode_bsp()
218 case X86_VENDOR_AMD: in load_ucode_ap()
237 case X86_VENDOR_AMD: in save_microcode_in_initrd()
330 case X86_VENDOR_AMD: in reload_early_microcode()
843 else if (c->x86_vendor == X86_VENDOR_AMD) in microcode_init()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dperfctr-watchdog.c50 case X86_VENDOR_AMD: in nmi_perfctr_msr_to_bit()
83 case X86_VENDOR_AMD: in nmi_evntsel_msr_to_bit()
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/helpers/
H A Dcpuid.c111 if (cpu_info->vendor != X86_VENDOR_AMD && in get_cpu_info()
129 if (cpu_info->vendor == X86_VENDOR_AMD || in get_cpu_info()
H A Dhelpers.h63 X86_VENDOR_AMD, X86_VENDOR_HYGON, X86_VENDOR_MAX}; enumerator
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dgeode.h23 return ((boot_cpu_data.x86_vendor == X86_VENDOR_AMD) && in is_geode_lx()
H A Dvirtext.h91 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in cpu_has_svm()
H A Dacpi.h78 boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in acpi_processor_cstate_check()
H A Damd_nb.h106 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD) in amd_gart_present()
H A Dmicrocode.h115 return X86_VENDOR_AMD; in x86_cpuid_vendor()
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/
H A Dmperf_monitor.c282 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD || in init_maxfreq_mode()
347 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD) in mperf_register()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mtrr/
H A Damd.c113 .vendor = X86_VENDOR_AMD,
H A Dmtrr.c732 case X86_VENDOR_AMD: in mtrr_bp_init()
735 mtrr_if = mtrr_ops[X86_VENDOR_AMD]; in mtrr_bp_init()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dcore.c273 if (m->cpuvendor != X86_VENDOR_AMD && m->cpuvendor != X86_VENDOR_HYGON) in print_mce()
569 case X86_VENDOR_AMD: in mce_is_memory_error()
608 if (m->cpuvendor == X86_VENDOR_AMD && m->status & MCI_STATUS_DEFERRED) in mce_is_correctable()
1779 if (c->x86_vendor == X86_VENDOR_AMD) { in __mcheck_cpu_apply_quirks()
1888 if (c->x86_vendor == X86_VENDOR_AMD || c->x86_vendor == X86_VENDOR_HYGON) { in __mcheck_cpu_init_early()
1955 case X86_VENDOR_AMD: { in __mcheck_cpu_init_vendor()
2021 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in filter_mce()
2291 boot_cpu_data.x86_vendor == X86_VENDOR_AMD || in vendor_disable_error_reporting()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dacpi-cpufreq.c85 case X86_VENDOR_AMD: in boost_state()
104 case X86_VENDOR_AMD: in boost_set_msr()
216 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in extract_msr()
757 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in acpi_cpufreq_cpu_init()
H A Dsc520_freq.c76 if (c->x86_vendor != X86_VENDOR_AMD || in sc520_freq_cpu_init()
H A Delanfreq.c150 if ((c->x86_vendor != X86_VENDOR_AMD) || in elanfreq_cpu_init()
H A Damd_freq_sensitivity.c114 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in amd_freq_sensitivity_init()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_wc_x86_64.c149 return boot_cpu_data.x86_vendor != X86_VENDOR_AMD; in qib_unordered_wc()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dcpu.h18 X86_VENDOR_AMD, enumerator
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Damd_nb.c339 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in early_is_amd_nb()
359 if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD && in amd_get_mmconfig_range()
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dcpu.c51 [X86_VENDOR_AMD] = "AMD",
/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dprobe_32.c154 case X86_VENDOR_AMD: in default_setup_apic_routing()
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/
H A Dcpufreq-info.c186 if ((cpupower_cpu_info.vendor == X86_VENDOR_AMD && in get_boost_mode_x86()
249 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD || in get_boost_mode()
/OK3568_Linux_fs/kernel/arch/x86/kernel/acpi/
H A Dcstate.c200 c->x86_vendor != X86_VENDOR_AMD) in ffh_cstate_init()

123