OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_cpuid
(Results
1 - 5
of
5
) sorted by null
/external/valgrind/coregrind/
m_cpuid.S
34
Bool VG_(
has_cpuid
)(void)
38
.globl VG_(
has_cpuid
)
39
VG_(
has_cpuid
):
62
.globl VG_(
has_cpuid
)
63
VG_(
has_cpuid
):
pub_core_cpuid.h
42
extern Bool VG_(
has_cpuid
) ( void );
m_machine.c
785
if (!VG_(
has_cpuid
)())
885
if (!VG_(
has_cpuid
)())
[
all
...]
m_cache.c
490
vg_assert(VG_(
has_cpuid
)());
/external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c
84
static int
has_cpuid
(void);
146
static int
has_cpuid
(void)
function
254
if (
has_cpuid
()) {
Completed in 975 milliseconds