Searched refs:CPUVENDOR_INTEL (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/sys/arch/x86/x86/ |
| D | cpu_ucode.c | 75 case CPUVENDOR_INTEL: in cpu_ucode_get_version() 95 case CPUVENDOR_INTEL: in cpu_ucode_md_open() 119 case CPUVENDOR_INTEL: in cpu_ucode_apply()
|
| D | tsc.c | 99 if (cpu_vendor == CPUVENDOR_INTEL) { in tsc_is_invariant() 161 if (((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD)) in tsc_is_invariant() 192 else if (cpu_vendor == CPUVENDOR_INTEL) in tsc_setfunc()
|
| D | cpu_topology.c | 95 case CPUVENDOR_INTEL: in x86_cpu_topology() 123 case CPUVENDOR_INTEL: in x86_cpu_topology()
|
| D | identcpu.c | 92 CPUVENDOR_INTEL, CPUCLASS_386, /* CPU_386SX */ 93 CPUVENDOR_INTEL, CPUCLASS_386, /* CPU_386 */ 94 CPUVENDOR_INTEL, CPUCLASS_486, /* CPU_486SX */ 95 CPUVENDOR_INTEL, CPUCLASS_486, /* CPU_486 */ 182 if (cpu_vendor != CPUVENDOR_INTEL) in cpu_probe_intel() 888 cpu_vendor = CPUVENDOR_INTEL; in cpu_probe()
|
| D | spectre.c | 125 if (cpu_vendor == CPUVENDOR_INTEL) { in v2_detect_method() 411 if (cpu_vendor == CPUVENDOR_INTEL) { in v4_detect_method() 673 if (cpu_vendor != CPUVENDOR_INTEL) { in mds_detect_method() 830 if (cpu_vendor != CPUVENDOR_INTEL) { in taa_detect_method()
|
| D | identcpu_subr.c | 189 if (freq == 0 && cpu_vendor == CPUVENDOR_INTEL) in cpu_tsc_freq_cpuid()
|
| D | coretemp.c | 138 if (cpu_vendor != CPUVENDOR_INTEL || cpuid_level < 0x06) in coretemp_match()
|
| D | svs.c | 738 if (cpu_vendor != CPUVENDOR_INTEL) { in svs_init()
|
| D | procfs_machdep.c | 356 if ((cpu_vendor == CPUVENDOR_INTEL) in procfs_getonecpufeatures()
|
| D | est.c | 1022 cpu_vendor != CPUVENDOR_INTEL) in est_match()
|
| /netbsd/src/usr.sbin/cpuctl/arch/ |
| D | i386.c | 203 { 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, 1960 if (cpu_vendor == CPUVENDOR_INTEL) in identifycpu_cpuids() 2044 if (cpu_vendor == CPUVENDOR_INTEL) { in identifycpu() 2137 cpu_vendor == CPUVENDOR_INTEL ? CPUID_INTEL_EXT_FLAGS in identifycpu() 2140 cpu_vendor == CPUVENDOR_INTEL ? CPUID_INTEL_FLAGS4 in identifycpu() 2145 if ((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD)) in identifycpu() [all …]
|
| /netbsd/src/sys/dev/tprof/ |
| D | tprof_x86.c | 66 case CPUVENDOR_INTEL: in tprof_x86_init() 87 case CPUVENDOR_INTEL: in tprof_x86_fini()
|
| D | tprof_x86_intel.c | 239 if (cpu_vendor != CPUVENDOR_INTEL) in tprof_intel_ident()
|
| /netbsd/src/sys/arch/x86/include/ |
| D | cputypes.h | 65 #define CPUVENDOR_INTEL 1 macro
|
| /netbsd/src/sys/arch/x86/acpi/ |
| D | acpi_pdc.c | 62 cpu_vendor != CPUVENDOR_INTEL) in acpi_md_pdc()
|
| D | acpi_cpu_md.c | 187 case CPUVENDOR_INTEL: in acpicpu_md_flags() 444 case CPUVENDOR_INTEL: in acpicpu_md_pstate_start() 501 case CPUVENDOR_INTEL: in acpicpu_md_pstate_init()
|