Searched refs:__get_cpuid (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/ |
| H A D | header.c | 27 __get_cpuid(char *buffer, size_t sz, const char *fmt) in __get_cpuid() function 68 return __get_cpuid(buffer, sz, "%s,%u,%u,%u$"); in get_cpuid() 76 if (buf && __get_cpuid(buf, 128, "%s-%u-%X-%X$") < 0) { in get_cpuid_str()
|
| H A D | intel-pt.c | 317 __get_cpuid(0x15, &eax, &ebx, &ecx, &edx); in intel_pt_tsc_ctc_ratio()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/pulseaudio/pulseaudio/ |
| H A D | 0001-meson-Check-for-__get_cpuid.patch | 4 Subject: [PATCH] meson: Check for __get_cpuid 47 +if cc.has_header_symbol('cpuid.h', '__get_cpuid')
|
| /OK3568_Linux_fs/kernel/tools/build/feature/ |
| H A D | test-get_cpuid.c | 7 return __get_cpuid(0x15, &eax, &ebx, &ecx, &edx); in main()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/pulseaudio/ |
| H A D | pulseaudio_15.0.bb | 6 file://0001-meson-Check-for-__get_cpuid.patch \
|
| /OK3568_Linux_fs/buildroot/package/libfreeimage/ |
| H A D | 0002-fix-cpuid-x86.patch | 27 + __get_cpuid(n, &eax, &ebx, &ecx, &edx);
|
| /OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/ |
| H A D | x86_energy_perf_policy.c | 1308 if (!__get_cpuid(leaf, eax, ebx, ecx, edx)) in get_cpuid_or_exit()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | Makefile.config | 1000 …msg := $(warning Your gcc lacks the __get_cpuid() builtin, disables support for auxtrace/Intel PT,… function
|