Searched refs:cpu_vendors (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_cpu.c38 static const char * const cpu_vendors[] = { variable
71 for (i = 0; i < sizeof(cpu_vendors)/sizeof(*cpu_vendors); i++)
73 cpu_vendors[i], pt_cpuid_vendor_size) == 0)
/freebsd-current/sys/x86/x86/
H A Didentcpu.c225 } cpu_vendors[] = { variable in typeref:struct:__anon17
1791 for (i = 0; i < nitems(cpu_vendors); i++)
1792 if (strcmp(cpu_vendor, cpu_vendors[i].vendor) == 0)
1793 return (cpu_vendors[i].vendor_id);

Completed in 294 milliseconds