Home
last modified time | relevance | path

Searched refs:vendor (Results 1 – 17 of 17) sorted by relevance

/tools/power/cpupower/utils/helpers/
Dcpuid.c56 cpu_info->vendor = X86_VENDOR_UNKNOWN; in get_cpu_info()
81 cpu_info->vendor = x; in get_cpu_info()
95 if (cpu_info->vendor == X86_VENDOR_UNKNOWN || in get_cpu_info()
111 if (cpu_info->vendor != X86_VENDOR_AMD && in get_cpu_info()
112 cpu_info->vendor != X86_VENDOR_HYGON && in get_cpu_info()
113 cpu_info->vendor != X86_VENDOR_INTEL) in get_cpu_info()
129 if (cpu_info->vendor == X86_VENDOR_AMD || in get_cpu_info()
130 cpu_info->vendor == X86_VENDOR_HYGON) { in get_cpu_info()
136 if (cpu_info->vendor == X86_VENDOR_INTEL) { in get_cpu_info()
142 if (cpu_info->vendor == X86_VENDOR_INTEL) { in get_cpu_info()
Dpci.c27 int slot, int func, int vendor, int dev) in pci_acc_init() argument
41 filter_nb_link.vendor = vendor; in pci_acc_init()
Dhelpers.h78 enum cpupower_cpu_vendor vendor; member
116 int bus, int slot, int func, int vendor,
/tools/perf/arch/x86/util/
Dheader.c32 char vendor[16]; in __get_cpuid() local
35 strncpy(&vendor[0], (char *)(&b), 4); in __get_cpuid()
36 strncpy(&vendor[4], (char *)(&d), 4); in __get_cpuid()
37 strncpy(&vendor[8], (char *)(&c), 4); in __get_cpuid()
38 vendor[12] = '\0'; in __get_cpuid()
55 nb = scnprintf(buffer, sz, fmt, vendor, family, model, step); in __get_cpuid()
/tools/usb/usbip/libsrc/
Dusbip_common.c278 void usbip_names_get_product(char *buff, size_t size, uint16_t vendor, in usbip_names_get_product() argument
283 prod = names_product(vendor, product); in usbip_names_get_product()
288 vend = names_vendor(vendor); in usbip_names_get_product()
292 snprintf(buff, size, "%s : %s (%04x:%04x)", vend, prod, vendor, product); in usbip_names_get_product()
Dnames.c25 struct vendor { struct
26 struct vendor *next; argument
77 static struct vendor *vendors[HASHSZ] = { NULL, };
85 struct vendor *v; in names_vendor()
190 struct vendor *v; in new_vendor()
197 v = my_malloc(sizeof(struct vendor) + strlen(name)); in new_vendor()
Dusbip_common.h147 void usbip_names_get_product(char *buff, size_t size, uint16_t vendor,
/tools/power/cpupower/utils/idle_monitor/
Dmperf_monitor.c237 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD || in init_maxfreq_mode()
238 cpupower_cpu_info.vendor == X86_VENDOR_HYGON) { in init_maxfreq_mode()
262 } else if (cpupower_cpu_info.vendor == X86_VENDOR_INTEL) { in init_maxfreq_mode()
Dhsw_ext_idle.c150 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL in hsw_ext_register()
Dsnb_idle.c148 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL in snb_register()
Dnhm_idle.c170 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL) in intel_nhm_register()
Damd_fam14h_idle.c280 if (cpupower_cpu_info.vendor != X86_VENDOR_AMD) in amd_fam14h_register()
/tools/power/cpupower/utils/
Dcpufreq-info.c186 if ((cpupower_cpu_info.vendor == X86_VENDOR_AMD && in get_boost_mode_x86()
188 cpupower_cpu_info.vendor == X86_VENDOR_HYGON) { in get_boost_mode_x86()
249 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD || in get_boost_mode()
250 cpupower_cpu_info.vendor == X86_VENDOR_HYGON || in get_boost_mode()
251 cpupower_cpu_info.vendor == X86_VENDOR_INTEL) in get_boost_mode()
/tools/usb/usbip/src/
Dusbip_list.c151 static void print_device(const char *busid, const char *vendor, in print_device() argument
155 printf("busid=%s#usbid=%.4s:%.4s#", busid, vendor, product); in print_device()
157 printf(" - busid %s (%.4s:%.4s)\n", busid, vendor, product); in print_device()
/tools/perf/pmu-events/
DREADME38 folder, or may be placed in a vendor sub-folder under the arch folder
39 for instances where the arch and vendor are not the same.
/tools/perf/Documentation/
Dperf-list.txt123 in the CPU vendor specific documentation.
Dperf.data-file-format.txt125 vendor,family,model,stepping. For example: GenuineIntel,6,69,1