Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_x86_64.cpp27 static inline int get_cpuid_count(unsigned int __leaf, in get_cpuid_count() function
292 if (!get_cpuid_count(0x0d, 0, &eax, &ebx, &ecx, &edx)) in GetXSTATESize()