Home
last modified time | relevance | path

Searched refs:__get_cpuid (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/arch/x86/util/
H A Dheader.c27 __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 Dintel-pt.c317 __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 D0001-meson-Check-for-__get_cpuid.patch4 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 Dtest-get_cpuid.c7 return __get_cpuid(0x15, &eax, &ebx, &ecx, &edx); in main()
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/pulseaudio/
H A Dpulseaudio_15.0.bb6 file://0001-meson-Check-for-__get_cpuid.patch \
/OK3568_Linux_fs/buildroot/package/libfreeimage/
H A D0002-fix-cpuid-x86.patch27 + __get_cpuid(n, &eax, &ebx, &ecx, &edx);
/OK3568_Linux_fs/kernel/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c1308 if (!__get_cpuid(leaf, eax, ebx, ecx, edx)) in get_cpuid_or_exit()
/OK3568_Linux_fs/kernel/tools/perf/
H A DMakefile.config1000 …msg := $(warning Your gcc lacks the __get_cpuid() builtin, disables support for auxtrace/Intel PT,… function