Home
last modified time | relevance | path

Searched refs:has_cpuid (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/
Dm_cpuid.S38 .globl VG_(has_cpuid)
39 VG_(has_cpuid):
62 .globl VG_(has_cpuid)
63 VG_(has_cpuid):
Dpub_core_cpuid.h42 extern Bool VG_(has_cpuid) ( void );
Dm_cache.c490 vg_assert(VG_(has_cpuid)()); in get_caches_from_CPUID()
Dm_machine.c845 if (!VG_(has_cpuid)()) in VG_()
945 if (!VG_(has_cpuid)()) in VG_()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.c84 static int has_cpuid(void);
146 static int has_cpuid(void) in has_cpuid() function
340 if (has_cpuid()) { in util_cpu_detect()