Home
last modified time | relevance | path

Searched refs:__get_cpuid_count (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dcpuid.h328 static __inline int __get_cpuid_count (unsigned int __leaf, in __get_cpuid_count() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeRegisterContextFreeBSD_x86_64.cpp372 __get_cpuid_count(0x0D, 2, &eax, &m_xsave_offsets[YMMRegSet], &ecx, &edx); in ReadRegisterSet()