Searched refs:CPUVENDOR_INTEL (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/arch/x86/include/
H A Dcputypes.h65 #define CPUVENDOR_INTEL 1 macro
/netbsd-current/sys/dev/tprof/
H A Dtprof_x86.c66 case CPUVENDOR_INTEL:
87 case CPUVENDOR_INTEL:
H A Dtprof_x86_intel.c239 if (cpu_vendor != CPUVENDOR_INTEL)
/netbsd-current/sys/arch/x86/x86/
H A Dcpu_ucode.c75 case CPUVENDOR_INTEL:
95 case CPUVENDOR_INTEL:
119 case CPUVENDOR_INTEL:
H A Dcpu_topology.c95 case CPUVENDOR_INTEL:
123 case CPUVENDOR_INTEL:
H A Dtsc.c92 if (cpu_vendor == CPUVENDOR_INTEL) {
154 if (((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD))
185 else if (cpu_vendor == CPUVENDOR_INTEL)
H A Didentcpu_subr.c72 if (!((ci->ci_max_cpuid >= 0x15) && (cpu_vendor == CPUVENDOR_INTEL)))
H A Dspectre.c125 if (cpu_vendor == CPUVENDOR_INTEL) {
411 if (cpu_vendor == CPUVENDOR_INTEL) {
673 if (cpu_vendor != CPUVENDOR_INTEL) {
830 if (cpu_vendor != CPUVENDOR_INTEL) {
H A Didentcpu.c90 CPUVENDOR_INTEL, CPUCLASS_386, /* CPU_386SX */
91 CPUVENDOR_INTEL, CPUCLASS_386, /* CPU_386 */
92 CPUVENDOR_INTEL, CPUCLASS_486, /* CPU_486SX */
93 CPUVENDOR_INTEL, CPUCLASS_486, /* CPU_486 */
166 if (cpu_vendor != CPUVENDOR_INTEL)
849 cpu_vendor = CPUVENDOR_INTEL;
H A Dcoretemp.c138 if (cpu_vendor != CPUVENDOR_INTEL || cpuid_level < 0x06)
H A Dsvs.c738 if (cpu_vendor != CPUVENDOR_INTEL) {
H A Dprocfs_machdep.c356 if ((cpu_vendor == CPUVENDOR_INTEL)
H A Dest.c1022 cpu_vendor != CPUVENDOR_INTEL)
/netbsd-current/sys/arch/x86/acpi/
H A Dacpi_pdc.c62 cpu_vendor != CPUVENDOR_INTEL)
H A Dacpi_cpu_md.c187 case CPUVENDOR_INTEL:
444 case CPUVENDOR_INTEL:
501 case CPUVENDOR_INTEL:
/netbsd-current/usr.sbin/cpuctl/arch/
H A Di386.c203 { CPUVENDOR_INTEL, "Intel", "386SX", CPUCLASS_386,
205 { CPUVENDOR_INTEL, "Intel", "386DX", CPUCLASS_386,
207 { CPUVENDOR_INTEL, "Intel", "486SX", CPUCLASS_486,
209 { CPUVENDOR_INTEL, "Intel", "486DX", CPUCLASS_486,
241 CPUVENDOR_INTEL,
1949 if (cpu_vendor == CPUVENDOR_INTEL)
2033 if (cpu_vendor == CPUVENDOR_INTEL) {
2126 cpu_vendor == CPUVENDOR_INTEL ? CPUID_INTEL_EXT_FLAGS
2129 cpu_vendor == CPUVENDOR_INTEL ? CPUID_INTEL_FLAGS4
2134 if ((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendo
[all...]

Completed in 237 milliseconds