Home
last modified time | relevance | path

Searched refs:GetCpuidLeaf (Results 1 – 3 of 3) sorted by relevance

/external/cpu_features/include/internal/
Dcpuid_x86.h30 Leaf GetCpuidLeaf(uint32_t leaf_id, int ecx);
/external/cpu_features/test/
Dcpuinfo_x86_test.cc33 Leaf GetCpuidLeaf(uint32_t leaf_id, int ecx) const { in GetCpuidLeaf() function in cpu_features::FakeCpu
89 extern "C" Leaf GetCpuidLeaf(uint32_t leaf_id, int ecx) { in GetCpuidLeaf() function
90 return cpu().GetCpuidLeaf(leaf_id, ecx); in GetCpuidLeaf()
/external/cpu_features/src/
Dimpl_x86__base_implementation.inl39 Leaf GetCpuidLeaf(uint32_t leaf_id, int ecx) { function
59 Leaf GetCpuidLeaf(uint32_t leaf_id, int ecx) { function
80 return GetCpuidLeaf(leaf_id, ecx);
102 const Leaf leaf_0 = GetCpuidLeaf(0, 0);
104 const Leaf leaf_80000000 = GetCpuidLeaf(0x80000000, 0);