Searched refs:__cpuid_count (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dcpuid.h120 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \ macro
132 #define __cpuid_count(__level, __count, __eax, __ebx, __ecx, __edx) \ macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dcpuid.h253 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ macro
265 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ macro
327 __cpuid_count(__leaf, __subleaf, *__eax, *__ebx, *__ecx, *__edx);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp37 __cpuid_count(__leaf, __subleaf, *__eax, *__ebx, *__ecx, *__edx);

Completed in 186 milliseconds