Home
last modified time | relevance | path

Searched refs:CPUVENDOR_AMD (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/arch/x86/x86/
H A Dcpu_topology.c102 case CPUVENDOR_AMD: in x86_cpu_topology()
134 case CPUVENDOR_AMD: in x86_cpu_topology()
174 if (cpu_vendor == CPUVENDOR_AMD && cpu_family < 0x11) { /* XXX */ in x86_cpu_topology()
189 if (cpu_vendor == CPUVENDOR_AMD && cpu_family >= 0x17) { /* XXX */ in x86_cpu_topology()
H A Dcpu_ucode.c71 case CPUVENDOR_AMD: in cpu_ucode_get_version()
93 case CPUVENDOR_AMD: in cpu_ucode_md_open()
116 case CPUVENDOR_AMD: in cpu_ucode_apply()
H A Dcompat_60_cpu_ucode.c55 if (cpu_vendor != CPUVENDOR_AMD) in compat6_cpu_ucode_get_version()
69 if (cpu_vendor != CPUVENDOR_AMD) in compat6_cpu_ucode_apply()
H A Dtsc.c124 } else if (cpu_vendor == CPUVENDOR_AMD) { in tsc_is_invariant()
154 if (((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD)) in tsc_is_invariant()
183 if (cpu_vendor == CPUVENDOR_AMD) in tsc_setfunc()
H A Dprocfs_machdep.c321 if ((cpu_vendor == CPUVENDOR_AMD) in procfs_getonecpufeatures()
336 if ((cpu_vendor == CPUVENDOR_AMD) in procfs_getonecpufeatures()
348 if ((cpu_vendor == CPUVENDOR_AMD) in procfs_getonecpufeatures()
364 if ((cpu_vendor == CPUVENDOR_AMD) in procfs_getonecpufeatures()
H A Didentcpu.c375 if (cpu_vendor != CPUVENDOR_AMD)
865 cpu_vendor = CPUVENDOR_AMD; in cpu_probe()
958 if (cpu_vendor != CPUVENDOR_AMD && (ci->ci_feat_val[0] & CPUID_TM) && in cpu_probe()
1041 if (cpu_vendor == CPUVENDOR_AMD /* check enablement of an */ in cpu_identify()
H A Dfpu.c291 if (cpu_vendor == CPUVENDOR_AMD) in fpu_area_restore()
297 if (cpu_vendor == CPUVENDOR_AMD) in fpu_area_restore()
H A Dpatch.c344 if (cpu_vendor == CPUVENDOR_AMD && in x86_patch()
H A Dspectre.c145 } else if (cpu_vendor == CPUVENDOR_AMD) { in v2_detect_method()
428 } else if (cpu_vendor == CPUVENDOR_AMD) { in v4_detect_method()
H A Derrata.c625 if (cpu_vendor != CPUVENDOR_AMD) in x86_errata()
H A Dpowernow.c153 if (cpu_vendor != CPUVENDOR_AMD) in powernow_match()
/netbsd-src/sys/dev/tprof/
H A Dtprof_x86.c62 case CPUVENDOR_AMD: in tprof_x86_init()
85 case CPUVENDOR_AMD: in tprof_x86_fini()
H A Dtprof_x86_amd.c240 if (cpu_vendor != CPUVENDOR_AMD) in tprof_amd_ident()
/netbsd-src/usr.sbin/cpuctl/arch/
H A Di386.c391 CPUVENDOR_AMD,
1962 else if (cpu_vendor == CPUVENDOR_AMD) in identifycpu()
2059 if (cpu_vendor == CPUVENDOR_AMD) { in identifycpu()
2145 if ((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD)) in identifycpu()
2148 if ((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD)) in identifycpu()
2205 || (cpu_vendor == CPUVENDOR_AMD))) { in identifycpu()
2228 || (cpu_vendor == CPUVENDOR_AMD))) { in identifycpu()
2235 || (cpu_vendor == CPUVENDOR_AMD))) { in identifycpu()
2258 if ((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD)) { in identifycpu()
2269 if (cpu_vendor == CPUVENDOR_AMD) { in identifycpu()
[all...]
/netbsd-src/sys/arch/x86/include/
H A Dcputypes.h68 #define CPUVENDOR_AMD 4 macro
/netbsd-src/sys/arch/x86/acpi/
H A Dacpi_cpu_md.c230 case CPUVENDOR_AMD: in acpicpu_md_flags()
530 case CPUVENDOR_AMD: in acpicpu_md_pstate_init()
/netbsd-src/sys/dev/nvmm/x86/
H A Dnvmm_x86_svm.c2461 if (cpu_vendor != CPUVENDOR_AMD) { in svm_ident()