/tools/power/cpupower/utils/helpers/ |
D | cpuid.c | 56 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() 167 if (cpu_info->vendor == X86_VENDOR_INTEL) { in get_cpu_info() 173 if (cpu_info->vendor == X86_VENDOR_INTEL) { in get_cpu_info()
|
D | pci.c | 27 int slot, int func, int vendor, int dev) in pci_acc_init() argument 41 filter_nb_link.vendor = vendor; in pci_acc_init()
|
D | helpers.h | 84 enum cpupower_cpu_vendor vendor; member 128 int bus, int slot, int func, int vendor,
|
/tools/perf/arch/x86/util/ |
D | header.c | 14 void get_cpuid_0(char *vendor, unsigned int *lvl) in get_cpuid_0() argument 19 strncpy(&vendor[0], (char *)(&b), 4); in get_cpuid_0() 20 strncpy(&vendor[4], (char *)(&d), 4); in get_cpuid_0() 21 strncpy(&vendor[8], (char *)(&c), 4); in get_cpuid_0() 22 vendor[12] = '\0'; in get_cpuid_0() 31 char vendor[16]; in __get_cpuid() local 33 get_cpuid_0(vendor, &lvl); in __get_cpuid() 50 nb = scnprintf(buffer, sz, fmt, vendor, family, model, step); in __get_cpuid()
|
D | tsc.c | 63 char vendor[16]; in arch_get_tsc_freq() local 69 get_cpuid_0(vendor, &lvl); in arch_get_tsc_freq() 70 if (!strstr(vendor, "Intel")) in arch_get_tsc_freq()
|
D | cpuid.h | 32 void get_cpuid_0(char *vendor, unsigned int *lvl);
|
/tools/testing/selftests/resctrl/ |
D | resctrl_tests.c | 40 static int vendor = -1; in get_vendor() local 42 if (vendor == -1) in get_vendor() 43 vendor = detect_vendor(); in get_vendor() 44 if (vendor == 0) in get_vendor() 47 return vendor; in get_vendor()
|
/tools/power/cpupower/utils/ |
D | cpufreq-info.c | 149 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD && in get_boost_mode_x86() 152 } else if ((cpupower_cpu_info.vendor == X86_VENDOR_AMD && in get_boost_mode_x86() 154 cpupower_cpu_info.vendor == X86_VENDOR_HYGON) { in get_boost_mode_x86() 214 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD || in get_boost_mode() 215 cpupower_cpu_info.vendor == X86_VENDOR_HYGON || in get_boost_mode() 216 cpupower_cpu_info.vendor == X86_VENDOR_INTEL) in get_boost_mode() 445 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD && in get_perf_cap()
|
D | cpupower-set.c | 89 if (cpupower_cpu_info.vendor != X86_VENDOR_AMD) in cmd_set()
|
/tools/power/cpupower/utils/idle_monitor/ |
D | mperf_monitor.c | 276 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD || in init_maxfreq_mode() 277 cpupower_cpu_info.vendor == X86_VENDOR_HYGON) { in init_maxfreq_mode() 301 } else if (cpupower_cpu_info.vendor == X86_VENDOR_INTEL) { in init_maxfreq_mode() 341 if (cpupower_cpu_info.vendor == X86_VENDOR_AMD) in mperf_register()
|
D | hsw_ext_idle.c | 150 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL in hsw_ext_register()
|
D | snb_idle.c | 148 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL in snb_register()
|
D | nhm_idle.c | 170 if (cpupower_cpu_info.vendor != X86_VENDOR_INTEL) in intel_nhm_register()
|
D | amd_fam14h_idle.c | 280 if (cpupower_cpu_info.vendor != X86_VENDOR_AMD) in amd_fam14h_register()
|
/tools/usb/usbip/libsrc/ |
D | usbip_common.c | 278 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()
|
D | names.c | 25 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()
|
D | usbip_common.h | 147 void usbip_names_get_product(char *buff, size_t size, uint16_t vendor,
|
/tools/usb/usbip/src/ |
D | usbip_list.c | 152 static void print_device(const char *busid, const char *vendor, in print_device() argument 156 printf("busid=%s#usbid=%.4s:%.4s#", busid, vendor, product); in print_device() 158 printf(" - busid %s (%.4s:%.4s)\n", busid, vendor, product); in print_device()
|
/tools/perf/pmu-events/ |
D | README | 38 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/testing/kunit/android/ |
D | README | 6 * If you want to run a vendor module KUnit tests, please run the tests with a
|
/tools/testing/selftests/kvm/include/x86_64/ |
D | processor.h | 632 static inline bool this_cpu_vendor_string_is(const char *vendor) in this_cpu_vendor_string_is() argument 634 const uint32_t *chunk = (const uint32_t *)vendor; in this_cpu_vendor_string_is()
|
/tools/testing/selftests/hid/ |
D | hid_bpf.c | 147 ev.u.create.vendor = 0x0001; in uhid_create()
|
/tools/testing/nvdimm/test/ |
D | ndtest.c | 577 static DEVICE_ATTR_RO(vendor);
|
/tools/perf/Documentation/ |
D | perf-list.txt | 180 in the CPU vendor specific documentation.
|
D | perf.data-file-format.txt | 125 vendor,family,model,stepping. For example: GenuineIntel,6,69,1
|