Home
last modified time | relevance | path

Searched defs:__max_leaf (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Headers/
H A Dcpuid.h319 unsigned int __max_leaf = __get_cpuid_max(__leaf & 0x80000000, 0); __get_cpuid() local
333 unsigned int __max_leaf = __get_cpuid_max(__leaf & 0x80000000, 0); __get_cpuid_count() local
/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp32 unsigned int __max_leaf = __get_cpuid_max(__leaf & 0x80000000, nullptr); in get_cpuid_count() local