Searched refs:cpu_vendor (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/sys/arch/x86/x86/
H A Dcompat_60_cpu_ucode.c55 if (cpu_vendor != CPUVENDOR_AMD)
69 if (cpu_vendor != CPUVENDOR_AMD)
H A Dcpu_ucode.c70 switch (cpu_vendor) {
92 switch (cpu_vendor) {
115 switch (cpu_vendor) {
H A Dcpu_topology.c94 switch (cpu_vendor) {
122 switch (cpu_vendor) {
174 if (cpu_vendor == CPUVENDOR_AMD && cpu_family < 0x11) { /* XXX */
189 if (cpu_vendor == CPUVENDOR_AMD && cpu_family >= 0x17) { /* XXX */
H A Dtsc.c92 if (cpu_vendor == CPUVENDOR_INTEL) {
124 } else if (cpu_vendor == CPUVENDOR_AMD) {
154 if (((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD))
183 if (cpu_vendor == CPUVENDOR_AMD)
185 else if (cpu_vendor == CPUVENDOR_INTEL)
H A Didentcpu.c76 int cpu_vendor; variable
166 if (cpu_vendor != CPUVENDOR_INTEL)
361 if (cpu_vendor != CPUVENDOR_AMD)
449 if (cpu_vendor != CPUVENDOR_CYRIX ||
461 if (cpu_vendor != CPUVENDOR_IDT ||
476 if (cpu_vendor != CPUVENDOR_IDT ||
695 if (cpu_vendor != CPUVENDOR_VORTEX86)
824 cpu_vendor = i386_nocpuid_cpus[cputype << 1];
849 cpu_vendor = CPUVENDOR_INTEL;
851 cpu_vendor
[all...]
H A Dspectre.c125 if (cpu_vendor == CPUVENDOR_INTEL) {
145 } else if (cpu_vendor == CPUVENDOR_AMD) {
411 if (cpu_vendor == CPUVENDOR_INTEL) {
428 } else if (cpu_vendor == CPUVENDOR_AMD) {
673 if (cpu_vendor != CPUVENDOR_INTEL) {
830 if (cpu_vendor != CPUVENDOR_INTEL) {
H A Dprocfs_machdep.c321 if ((cpu_vendor == CPUVENDOR_AMD)
336 if ((cpu_vendor == CPUVENDOR_AMD)
348 if ((cpu_vendor == CPUVENDOR_AMD)
356 if ((cpu_vendor == CPUVENDOR_INTEL)
364 if ((cpu_vendor == CPUVENDOR_AMD)
H A Didentcpu_subr.c72 if (!((ci->ci_max_cpuid >= 0x15) && (cpu_vendor == CPUVENDOR_INTEL)))
H A Dviac7temp.c77 if (cpu_vendor != CPUVENDOR_IDT)
H A Dpatch.c344 if (cpu_vendor == CPUVENDOR_AMD &&
H A Dcoretemp.c138 if (cpu_vendor != CPUVENDOR_INTEL || cpuid_level < 0x06)
H A Dest.c1021 if (cpu_vendor != CPUVENDOR_IDT &&
1022 cpu_vendor != CPUVENDOR_INTEL)
1094 if (cpu_vendor != CPUVENDOR_IDT)
1172 if (cpu_vendor == fql->vendor &&
1260 sc->sc_fake_fqlist.vendor = cpu_vendor;
H A Dfpu.c291 if (cpu_vendor == CPUVENDOR_AMD)
297 if (cpu_vendor == CPUVENDOR_AMD)
/netbsd-current/sys/dev/tprof/
H A Dtprof_x86.c47 #include <machine/cpuvar.h> /* cpu_vendor */
61 switch (cpu_vendor) {
84 switch (cpu_vendor) {
H A Dtprof_x86_amd.c78 #include <machine/cpuvar.h> /* cpu_vendor */
240 if (cpu_vendor != CPUVENDOR_AMD)
H A Dtprof_x86_intel.c78 #include <machine/cpuvar.h> /* cpu_vendor */
239 if (cpu_vendor != CPUVENDOR_INTEL)
/netbsd-current/sys/arch/x86/include/
H A Dcpuvar.h127 extern int cpu_vendor;
/netbsd-current/usr.sbin/cpuctl/arch/
H A Dcpuctl_i386.h44 extern int cpu_vendor;
H A Di386.c93 int cpu_vendor; member in struct:cpu_nocpuid_nameclass
104 int cpu_vendor; member in struct:cpu_cpuid_nameclass
162 int cpu_vendor; variable
1949 if (cpu_vendor == CPUVENDOR_INTEL)
1951 else if (cpu_vendor == CPUVENDOR_AMD)
1990 cpu_vendor = i386_nocpuid_cpus[ci->ci_cpu_type].cpu_vendor;
2013 cpu_vendor = CPUVENDOR_UNKNOWN;
2023 cpu_vendor = cpup->cpu_vendor;
[all...]
/netbsd-current/sys/arch/x86/acpi/
H A Dacpi_pdc.c61 if (cpu_vendor != CPUVENDOR_IDT &&
62 cpu_vendor != CPUVENDOR_INTEL)
/netbsd-current/external/gpl3/binutils/dist/gprofng/common/
H A Dhwc_cpus.h32 int cpu_vendor; member in struct:__anon626
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dparsecpu.awk436 if ((cpus[n] in cpu_vendor) && (cpus[n] in cpu_part) \
437 && cpu_vendor[cpus[n]] == vendor) {
861 cpu_vendor[cpu_name] = $2
883 if ((cpu_name in cpu_part) && !(cpu_name in cpu_vendor)) {
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Dparsecpu.awk436 if ((cpus[n] in cpu_vendor) && (cpus[n] in cpu_part) \
437 && cpu_vendor[cpus[n]] == vendor) {
861 cpu_vendor[cpu_name] = $2
883 if ((cpu_name in cpu_part) && !(cpu_name in cpu_vendor)) {
/netbsd-current/sys/arch/riscv/riscv/
H A Dcpu.c85 struct cpu_vendor { struct
/netbsd-current/sys/arch/aarch64/aarch64/
H A Dcpu.c212 const char *cpu_vendor; member in struct:cpuidtab
255 cpuids[i].cpu_vendor, cpuids[i].cpu_name,

Completed in 255 milliseconds

12