Home
last modified time | relevance | path

Searched defs:__leaf (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/lib/Headers/
Dsgxintrin.h24 _enclu_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclu_u32()
35 _encls_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _encls_u32()
46 _enclv_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclv_u32()
Dcpuid.h238 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument
242 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument
247 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument
254 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument
262 static __inline int __get_cpuid_max (unsigned int __leaf, unsigned int *__sig) in __get_cpuid_max()
292 static __inline int __get_cpuid (unsigned int __leaf, unsigned int *__eax, in __get_cpuid()
305 static __inline int __get_cpuid_count (unsigned int __leaf, in __get_cpuid_count()
Dpconfigintrin.h26 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _pconfig_u32()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_x86_64.cpp27 static inline int get_cpuid_count(unsigned int __leaf, in get_cpuid_count()