Searched defs:cpuid (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Datomicops-internals-x86.cc47 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
49 // must preserve that register's value across cpuid instructions.
51 #define cpuid(a, b, c, d, inp) \ macro
53 "cpuid\n" \
57 #define cpuid(a, b, c, d, inp) \ macro
59 "cpuid\n" \
64 #if defined(cpuid) // initialize the struct only on x86
82 cpuid(eax, ebx, ecx, edx, 0);
90 cpuid(eax, ebx, ecx, edx, 1);
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Datomicops-internals-x86.cc47 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
49 // must preserve that register's value across cpuid instructions.
51 #define cpuid(a, b, c, d, inp) \ macro
53 "cpuid\n" \
57 #define cpuid(a, b, c, d, inp) \ macro
59 "cpuid\n" \
64 #if defined(cpuid) // initialize the struct only on x86
82 cpuid(eax, ebx, ecx, edx, 0);
90 cpuid(eax, ebx, ecx, edx, 1);
/external/chromium_org/base/
H A Datomicops_internals_x86_gcc.cc19 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
21 // must preserve that register's value across cpuid instructions.
23 #define cpuid(a, b, c, d, inp) \ macro
25 "cpuid\n" \
29 #define cpuid(a, b, c, d, inp) \ macro
31 "cpuid\n" \
36 #if defined(cpuid) // initialize the struct only on x86
55 cpuid(eax, ebx, ecx, edx, 0);
63 cpuid(eax, ebx, ecx, edx, 1);
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Datomicops_internals_x86_gcc.cc44 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
46 // must preserve that register's value across cpuid instructions.
48 #define cpuid(a, b, c, d, inp) \ macro
50 "cpuid\n" \
54 #define cpuid(a, b, c, d, inp) \ macro
56 "cpuid\n" \
61 #if defined(cpuid) // initialize the struct only on x86
85 cpuid(eax, ebx, ecx, edx, 0);
93 cpuid(eax, ebx, ecx, edx, 1);
/external/chromium_org/v8/src/base/
H A Datomicops_internals_x86_gcc.cc18 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
20 // must preserve that register's value across cpuid instructions.
22 #define cpuid(a, b, c, d, inp) \ macro
24 "cpuid\n" \
28 #define cpuid(a, b, c, d, inp) \ macro
30 "cpuid\n" \
35 #if defined(cpuid) // initialize the struct only on x86
64 cpuid(eax, ebx, ecx, edx, 0);
72 cpuid(eax, ebx, ecx, edx, 1);
/external/fio/arch/
H A Darch-x86-common.h6 static inline void cpuid(unsigned int op, function
43 cpuid(0x80000000, &eax, &ebx, &ecx, &edx);
47 cpuid(0x80000007, &eax, &ebx, &ecx, &edx);
59 cpuid(0, &level, (unsigned int *) &str[0],
/external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
H A Dheader.c10 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, function
30 cpuid(0, &lvl, &b, &c, &d);
37 cpuid(1, &a, &b, &c, &d);
/external/valgrind/main/VEX/useful/
H A Dcpuid.c7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx, function
11 asm volatile ("cpuid"
25 cpuid(&eax,&ebx,&ecx,&edx, 0,0);
38 cpuid(&eax,&ebx,&ecx,&edx, i,0);
41 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
50 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0);
53 cpuid(&eax,&ebx,&ecx,&edx, i,0);
57 cpuid(&eax,&ebx,&ecx,&edx, 1234,0);
58 cpuid(&eax,&ebx,&ecx,&edx, 0x800004d3,0);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_cpu_detect.c179 * @sa cpuid.h included in gcc-4.3 onwards.
183 cpuid(uint32_t ax, uint32_t *p) function
188 "cpuid\n\t"
198 "cpuid\n\t"
260 /* Get max cpuid level */
261 cpuid(0x00000000, regs);
266 cpuid (0x00000001, regs2);
289 cpuid(0x80000000, regs);
293 cpuid(0x80000001, regs2);
302 cpuid(
[all...]
/external/flac/libFLAC/include/private/
H A Dcpu.h48 FLAC__bool cpuid; member in struct:__anon21510
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dmce.h19 __u32 cpuid; /* CPUID 1 EAX */ member in struct:mce
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_cpu_detect.c179 * @sa cpuid.h included in gcc-4.3 onwards.
183 cpuid(uint32_t ax, uint32_t *p) function
188 "cpuid\n\t"
198 "cpuid\n\t"
260 /* Get max cpuid level */
261 cpuid(0x00000000, regs);
266 cpuid (0x00000001, regs2);
289 cpuid(0x80000000, regs);
293 cpuid(0x80000001, regs2);
302 cpuid(
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
H A DSDL_cpuinfo.c153 " cpuid # Get and save vendor ID \n"
160 " cpuid # Get family/model/stepping/features\n"
172 " cpuid # Get and save vendor ID \n"
179 " cpuid # Get family/model/stepping/features\n"
191 cpuid ; Get and save vendor ID local
198 cpuid ; Get family/model/stepping/features local
207 " cpuid \n"
214 " cpuid \n"
233 " cpuid # Get extended function limit \n"
239 " cpuid # an
[all...]
/external/valgrind/main/tests/
H A Dx86_amd64_features.c28 static void cpuid ( unsigned int n, function
33 "cpuid"
43 cpuid(0, &a, &b, &c, &d);
140 cpuid( level & 0x80000000, &a, &b, &c, &d );
143 cpuid( level, &a, &b, &c, &d );
/external/chromium_org/third_party/lzma_sdk/
H A DCpuArch.c63 __asm cpuid; local
80 "cpuid\n"
92 "cpuid\n"
/external/lzma/C/
H A DCpuArch.c62 __asm cpuid; local
76 "cpuid"
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86.h42 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
44 "cpuid \n\t" \
48 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
51 "cpuid \n\t" \
58 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
61 "cpuid \n\t" \
67 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
70 "cpuid \n\t" \
81 #define cpuid(func, func2, a, b, c, d) do {\ macro
89 #define cpuid(fun macro
96 #define cpuid macro
[all...]
/external/libvpx/libvpx/vpx_ports/
H A Dx86.h42 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
44 "cpuid \n\t" \
48 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
51 "cpuid \n\t" \
58 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
61 "cpuid \n\t" \
67 #define cpuid(func, func2, ax, bx, cx, dx)\ macro
70 "cpuid \n\t" \
81 #define cpuid(func, func2, a, b, c, d) do {\ macro
89 #define cpuid(fun macro
96 #define cpuid macro
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dheader.h76 char *cpuid; member in struct:perf_session_env
/external/chromium_org/components/nacl/zygote/
H A Dnacl_fork_delegate_linux.cc64 base::CPU cpuid; local
77 if (cpuid.family() == 6) {
78 switch (cpuid.model()) {
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp184 func_ptr cpuid = (func_ptr)(void*)cpuid_code; local
185 int64 cpuid_val = cpuid();
/external/qemu/target-i386/
H A Dkvm.c47 struct kvm_cpuid2 *cpuid; local
50 size = sizeof(*cpuid) + max * sizeof(*cpuid->entries);
51 cpuid = (struct kvm_cpuid2 *)g_malloc0(size);
52 cpuid->nent = max;
53 r = kvm_ioctl(s, KVM_GET_SUPPORTED_CPUID, cpuid);
54 if (r == 0 && cpuid->nent >= max) {
59 g_free(cpuid);
67 return cpuid;
72 struct kvm_cpuid2 *cpuid; local
133 struct kvm_cpuid2 cpuid; member in struct:__anon30156
[all...]
/external/chromium_org/tools/traceline/traceline/
H A Dmain.cc1038 void* cpuid = reinterpret_cast<void*>(IntAt(pos)); local
1040 printf("'ms': %f,\n", rdn->MsFromStart(cpuid, ts));
1042 printf("'cpu': 0x%x,\n'thread': 0x%x,\n", cpuid, IntAt(pos));
/external/chromium_org/third_party/qcms/src/
H A Dtransform.c968 register - I'm not sure if that ever happens on windows, but cpuid isn't
971 static void cpuid(uint32_t fxn, uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d) { function
976 cpuid
992 static void cpuid(uint32_t fxn, uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d) { function
995 __asm__ __volatile__ ("xchgl %%ebx, %%esi; cpuid; xchgl %%ebx, %%esi;"
1026 cpuid(function, &a, &b, &c, &d);
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.cc303 void Assembler::cpuid() { function in class:v8::internal::Assembler

Completed in 549 milliseconds

12