HomeSort by: relevance | last modified time | path
    Searched refs:CPUVENDOR_AMD (Results 1 - 17 of 17) sorted by relevancy

  /src/sys/arch/x86/include/
cputypes.h 68 #define CPUVENDOR_AMD 4
  /src/sys/arch/x86/x86/
compat_60_cpu_ucode.c 55 if (cpu_vendor != CPUVENDOR_AMD)
69 if (cpu_vendor != CPUVENDOR_AMD)
cpu_ucode.c 71 case CPUVENDOR_AMD:
93 case CPUVENDOR_AMD:
116 case CPUVENDOR_AMD:
cpu_topology.c 102 case CPUVENDOR_AMD:
134 case CPUVENDOR_AMD:
174 if (cpu_vendor == CPUVENDOR_AMD && cpu_family < 0x11) { /* XXX */
189 if (cpu_vendor == CPUVENDOR_AMD && cpu_family >= 0x17) { /* XXX */
tsc.c 131 } else if (cpu_vendor == CPUVENDOR_AMD) {
161 if (((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD))
190 if (cpu_vendor == CPUVENDOR_AMD)
procfs_machdep.c 321 if ((cpu_vendor == CPUVENDOR_AMD)
336 if ((cpu_vendor == CPUVENDOR_AMD)
348 if ((cpu_vendor == CPUVENDOR_AMD)
364 if ((cpu_vendor == CPUVENDOR_AMD)
patch.c 344 if (cpu_vendor == CPUVENDOR_AMD &&
identcpu.c 377 if (cpu_vendor != CPUVENDOR_AMD)
890 cpu_vendor = CPUVENDOR_AMD;
983 if (cpu_vendor != CPUVENDOR_AMD && (ci->ci_feat_val[0] & CPUID_TM) &&
1066 if (cpu_vendor == CPUVENDOR_AMD /* check enablement of an */
spectre.c 145 } else if (cpu_vendor == CPUVENDOR_AMD) {
428 } else if (cpu_vendor == CPUVENDOR_AMD) {
fpu.c 407 if (cpu_vendor == CPUVENDOR_AMD)
413 if (cpu_vendor == CPUVENDOR_AMD)
errata.c 625 if (cpu_vendor != CPUVENDOR_AMD)
powernow.c 153 if (cpu_vendor != CPUVENDOR_AMD)
  /src/sys/dev/tprof/
tprof_x86.c 62 case CPUVENDOR_AMD:
85 case CPUVENDOR_AMD:
tprof_x86_amd.c 240 if (cpu_vendor != CPUVENDOR_AMD)
  /src/usr.sbin/cpuctl/arch/
i386.c 391 CPUVENDOR_AMD,
1962 else if (cpu_vendor == CPUVENDOR_AMD)
2059 if (cpu_vendor == CPUVENDOR_AMD) {
2145 if ((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD))
2148 if ((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD))
2205 || (cpu_vendor == CPUVENDOR_AMD))) {
2228 || (cpu_vendor == CPUVENDOR_AMD))) {
2235 || (cpu_vendor == CPUVENDOR_AMD))) {
2258 if ((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD)) {
2269 if (cpu_vendor == CPUVENDOR_AMD) {
    [all...]
  /src/sys/arch/x86/acpi/
acpi_cpu_md.c 230 case CPUVENDOR_AMD:
530 case CPUVENDOR_AMD:
  /src/sys/dev/nvmm/x86/
nvmm_x86_svm.c 2498 if (cpu_vendor != CPUVENDOR_AMD) {

Completed in 62 milliseconds