Searched refs:machine_get_hwcaps (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/main/coregrind/
H A Dpub_core_machine.h144 x86: initially: call VG_(machine_get_hwcaps)
149 amd64: initially: call VG_(machine_get_hwcaps)
153 ppc32: initially: call VG_(machine_get_hwcaps)
160 ppc64: initially: call VG_(machine_get_hwcaps)
166 arm: initially: call VG_(machine_get_hwcaps)
171 VG_(machine_get_hwcaps) may use signals (although it attempts to
179 extern Bool VG_(machine_get_hwcaps)( void );
H A Dm_machine.c362 x86: initially: call VG_(machine_get_hwcaps)
367 amd64: initially: call VG_(machine_get_hwcaps)
371 ppc32: initially: call VG_(machine_get_hwcaps)
378 ppc64: initially: call VG_(machine_get_hwcaps)
385 s390x: initially: call VG_(machine_get_hwcaps)
389 VG_(machine_get_hwcaps) may use signals (although it attempts to
429 /* Helper function for VG_(machine_get_hwcaps), assumes the SIGILL/etc
601 Bool VG_(machine_get_hwcaps)( void ) function
H A Dm_main.c1598 Bool ok = VG_(machine_get_hwcaps)();

Completed in 104 milliseconds