Searched refs:__get_cpuid_max (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcc/config/i386/
H A Dcpuid.h85 __get_cpuid_max (unsigned int __ext, unsigned int *__sig) function
129 if (__get_cpuid_max (__ext, 0) < __level)
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dcpuid.h247 static __inline int __get_cpuid_max (unsigned int __leaf, unsigned int *__sig) function
281 unsigned int __max_leaf = __get_cpuid_max(__leaf & 0x80000000, 0);
295 unsigned int __max_leaf = __get_cpuid_max(__leaf & 0x80000000, 0);

Completed in 86 milliseconds