Searched refs:__leaf (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | cpuid.h | 260 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument 262 : "0"(__leaf)) 264 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument 266 : "0"(__leaf), "2"(__count)) 269 #define __cpuid(__leaf, __eax, __ebx, __ecx, __edx) \ argument 274 : "0"(__leaf)) 276 #define __cpuid_count(__leaf, __count, __eax, __ebx, __ecx, __edx) \ argument 281 : "0"(__leaf), "2"(__count)) 284 static __inline unsigned int __get_cpuid_max (unsigned int __leaf, in __get_cpuid_max() argument 309 __cpuid(__leaf, __eax, __ebx, __ecx, __edx); in __get_cpuid_max() [all …]
|
H A D | sgxintrin.h | 24 _enclu_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclu_u32() argument 29 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _enclu_u32() 35 _encls_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _encls_u32() argument 40 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _encls_u32() 46 _enclv_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _enclv_u32() argument 51 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _enclv_u32()
|
H A D | pconfigintrin.h | 26 _pconfig_u32(unsigned int __leaf, __SIZE_TYPE__ __d[]) in _pconfig_u32() argument 31 : "a" (__leaf), "b" (__d[0]), "c" (__d[1]), "d" (__d[2]) in _pconfig_u32()
|