HomeSort by relevance Sort by last modified time
    Searched refs:cpuid (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /external/valgrind/main/none/tests/x86/
cpuid.stdout.exp 0 cpuid words (0): 0x........ 0x........ 0x........ 0x........
2 cpuid words (1): 0x........ 0x........ 0x........ 0x........
cpuid_s.S 23 cpuid
53 cpuid
  /external/valgrind/main/VEX/useful/
cpuid.c 7 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/base/
atomicops_internals_x86_gcc.cc 19 // 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
54 // Get vendor string (issue CPUID with eax = 0)
55 cpuid(eax, ebx, ecx, edx, 0);
63 cpuid(eax, ebx, ecx, edx, 1)
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.cc 44 // 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
84 // Get vendor string (issue CPUID with eax = 0)
85 cpuid(eax, ebx, ecx, edx, 0);
93 cpuid(eax, ebx, ecx, edx, 1)
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
atomicops-internals-x86.cc 47 // 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
81 // Get vendor string (issue CPUID with eax = 0)
82 cpuid(eax, ebx, ecx, edx, 0);
90 cpuid(eax, ebx, ecx, edx, 1)
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
atomicops-internals-x86.cc 47 // 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
81 // Get vendor string (issue CPUID with eax = 0)
82 cpuid(eax, ebx, ecx, edx, 0);
90 cpuid(eax, ebx, ecx, edx, 1)
    [all...]
  /external/chromium_org/v8/src/base/
atomicops_internals_x86_gcc.cc 18 // 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
63 // Get vendor string (issue CPUID with eax = 0)
64 cpuid(eax, ebx, ecx, edx, 0);
72 cpuid(eax, ebx, ecx, edx, 1)
    [all...]
  /external/fio/arch/
arch-x86-common.h 6 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/valgrind/main/coregrind/
pub_core_cpuid.h 3 /*--- Interface to CPUID. pub_core_cpuid.h ---*/
38 // CPUID instruction.
44 extern void VG_(cpuid) ( UInt eax, UInt ecx,
m_cpuid.S 3 /*--- CPUID interface. m_cpuid.S ---*/
69 void VG_(cpuid)(UInt eax, UInt ecx,
74 .globl VG_(cpuid)
75 VG_(cpuid):
85 cpuid
116 .globl VG_(cpuid)
117 VG_(cpuid):
131 cpuid
  /external/chromium_org/third_party/boringssl/linux-x86_64/crypto/
cpu-x86_64-asm.S 16 cpuid
46 cpuid
53 cpuid
63 cpuid
69 cpuid
86 cpuid
96 cpuid
101 cpuid
  /external/chromium_org/third_party/boringssl/mac-x86_64/crypto/
cpu-x86_64-asm.S 16 cpuid
46 cpuid
53 cpuid
63 cpuid
69 cpuid
86 cpuid
96 cpuid
101 cpuid
  /external/chromium_org/third_party/boringssl/src/crypto/
cpu-x86_64-asm.pl 34 cpuid
64 cpuid
65 # Returns "The largest CPUID extended function input value supported by
71 cpuid
81 cpuid
87 cpuid
104 cpuid
114 cpuid
119 cpuid
cpu-x86-asm.pl 27 &cpuid ();
55 &cpuid ();
60 &cpuid ();
67 &cpuid ();
73 &cpuid ();
90 &cpuid ();
100 &cpuid ();
108 &cpuid ();
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/
cpu-x86_64-asm.asm 22 cpuid
52 cpuid
59 cpuid
69 cpuid
75 cpuid
92 cpuid
102 cpuid
107 cpuid
  /external/linux-tools-perf/perf-3.12.0/tools/perf/arch/x86/util/
header.c 10 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/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86.h 42 #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(func, func2, a, b, c, d) do { macro
96 #define cpuid macro
    [all...]
  /external/libvpx/libvpx/vpx_ports/
x86.h 42 #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(func, func2, a, b, c, d) do { macro
96 #define cpuid macro
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
x86.h 42 #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(func, func2, a, b, c, d) do { macro
96 #define cpuid macro
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
mce.h 37 __u32 cpuid; member in struct:mce
  /development/ndk/platforms/android-L/arch-x86/include/asm/
mce.h 37 __u32 cpuid; member in struct:mce
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
mce.h 37 __u32 cpuid; member in struct:mce
  /external/kernel-headers/original/uapi/asm-x86/asm/
mce.h 19 __u32 cpuid; /* CPUID 1 EAX */ member in struct:mce
  /external/valgrind/main/tests/
x86_amd64_features.c 28 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 );

Completed in 2335 milliseconds

1 2 3 4 5