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

  /src/sys/arch/x86/include/
cputypes.h 65 #define CPUVENDOR_INTEL 1
  /src/sys/dev/tprof/
tprof_x86.c 66 case CPUVENDOR_INTEL:
87 case CPUVENDOR_INTEL:
tprof_x86_intel.c 239 if (cpu_vendor != CPUVENDOR_INTEL)
  /src/sys/arch/x86/x86/
cpu_ucode.c 75 case CPUVENDOR_INTEL:
95 case CPUVENDOR_INTEL:
119 case CPUVENDOR_INTEL:
cpu_topology.c 95 case CPUVENDOR_INTEL:
123 case CPUVENDOR_INTEL:
tsc.c 99 if (cpu_vendor == CPUVENDOR_INTEL) {
161 if (((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD))
192 else if (cpu_vendor == CPUVENDOR_INTEL)
identcpu_subr.c 188 if (freq == 0 && cpu_vendor == CPUVENDOR_INTEL)
spectre.c 125 if (cpu_vendor == CPUVENDOR_INTEL) {
411 if (cpu_vendor == CPUVENDOR_INTEL) {
673 if (cpu_vendor != CPUVENDOR_INTEL) {
830 if (cpu_vendor != CPUVENDOR_INTEL) {
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)
888 cpu_vendor = CPUVENDOR_INTEL;
coretemp.c 138 if (cpu_vendor != CPUVENDOR_INTEL || cpuid_level < 0x06)
svs.c 738 if (cpu_vendor != CPUVENDOR_INTEL) {
procfs_machdep.c 356 if ((cpu_vendor == CPUVENDOR_INTEL)
est.c 1022 cpu_vendor != CPUVENDOR_INTEL)
  /src/sys/arch/x86/acpi/
acpi_pdc.c 62 cpu_vendor != CPUVENDOR_INTEL)
acpi_cpu_md.c 187 case CPUVENDOR_INTEL:
444 case CPUVENDOR_INTEL:
501 case CPUVENDOR_INTEL:
  /src/usr.sbin/cpuctl/arch/
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)
2044 if (cpu_vendor == CPUVENDOR_INTEL) {
2137 cpu_vendor == CPUVENDOR_INTEL ? CPUID_INTEL_EXT_FLAGS
2140 cpu_vendor == CPUVENDOR_INTEL ? CPUID_INTEL_FLAGS4
2145 if ((cpu_vendor == CPUVENDOR_INTEL) || (cpu_vendor == CPUVENDOR_AMD)
    [all...]

Completed in 60 milliseconds