Home
last modified time | relevance | path

Searched refs:__cpuid (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dcpuid.h75 #define __cpuid(level, a, b, c, d) \ macro
91 #define __cpuid(level, a, b, c, d) \ macro
107 #define __cpuid(level, a, b, c, d) \ macro
121 #define __cpuid(level, a, b, c, d) \ macro
181 __cpuid (__ext, __eax, __ebx, __ecx, __edx); in __get_cpuid_max()
204 __cpuid (__level, *__eax, *__ebx, *__ecx, *__edx); in __get_cpuid()
H A Ddriver-i386.c67 __cpuid (0x80000006, eax, ebx, ecx, edx); in detect_l2_cache()
97 __cpuid (0x80000005, eax, ebx, ecx, edx); in detect_caches_amd()
238 __cpuid (2, regs[0], regs[1], regs[2], regs[3]); in detect_caches_cpuid2()
250 __cpuid (2, regs[0], regs[1], regs[2], regs[3]); in detect_caches_cpuid2()
422 __cpuid (1, eax, ebx, ecx, edx); in host_detect_local_cpu()
473 __cpuid (0x80000000, ext_level, ebx, ecx, edx); in host_detect_local_cpu()
477 __cpuid (0x80000001, eax, ebx, ecx, edx); in host_detect_local_cpu()
536 __cpuid (0x80000002, name, ebx, ecx, edx); in host_detect_local_cpu()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dcpuid.h181 #define __cpuid(level, a, b, c, d) \ macro
241 __cpuid (__ext, __eax, __ebx, __ecx, __edx); in __get_cpuid_max()
265 __cpuid (__leaf, *__eax, *__ebx, *__ecx, *__edx); in __get_cpuid()
H A Ddriver-i386.c69 __cpuid (0x80000006, eax, ebx, ecx, edx); in detect_l2_cache()
99 __cpuid (0x80000005, eax, ebx, ecx, edx); in detect_caches_amd()
258 __cpuid (2, regs[0], regs[1], regs[2], regs[3]); in detect_caches_cpuid2()
270 __cpuid (2, regs[0], regs[1], regs[2], regs[3]); in detect_caches_cpuid2()
444 __cpuid (1, eax, ebx, ecx, edx); in host_detect_local_cpu()
542 __cpuid (0x80000000, ext_level, ebx, ecx, edx); in host_detect_local_cpu()
546 __cpuid (0x80000001, eax, ebx, ecx, edx); in host_detect_local_cpu()
566 __cpuid (0x80000008, eax, ebx, ecx, edx); in host_detect_local_cpu()
640 __cpuid (0x80000002, name, ebx, ecx, edx); in host_detect_local_cpu()
/dragonfly/contrib/zstd/lib/common/
H A Dcpu.h39 __cpuid((int*)reg, 0); in ZSTD_cpuid()
43 __cpuid((int*)reg, 1); in ZSTD_cpuid()
/dragonfly/contrib/gcc-8.0/libgcc/config/i386/
H A Dcpuinfo.c373 __cpuid (0x80000000, ext_level, ebx, ecx, edx); in get_available_features()
377 __cpuid (0x80000001, eax, ebx, ecx, edx); in get_available_features()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcow-string-inst.cc58 __cpuid(1, eax, ebx, ecx, edx); in _M_init()
H A Drandom.cc103 __cpuid(1, eax, ebx, ecx, edx); in _M_init()