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

1 2

  /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...]
  /development/ndk/platforms/android-9/arch-x86/include/asm/
alternative_32.h 29 u8 cpuid; member in struct:alt_instr
  /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/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/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);
  /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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cpu_detect.c 179 * @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(0x80000006, regs2)
    [all...]
  /external/flac/libFLAC/include/private/
cpu.h 48 FLAC__bool cpuid; member in struct:__anon1069
  /external/kernel-headers/original/uapi/asm-x86/asm/
mce.h 19 __u32 cpuid; /* CPUID 1 EAX */ member in struct:mce
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c 179 * @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(0x80000006, regs2)
    [all...]
  /external/chromium_org/third_party/lzma_sdk/
CpuArch.c 63 __asm cpuid; local
80 "cpuid\n"
92 "cpuid\n"
  /external/lzma/C/
CpuArch.c 62 __asm cpuid; local
76 "cpuid"
  /external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc 64 base::CPU cpuid; local
73 // "Table 35-1. CPUID Signature Values of DisplayFamily_DisplayModel"
77 if (cpuid.family() == 6) {
78 switch (cpuid.model()) {
  /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...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
header.h 76 char *cpuid; member in struct:perf_session_env
  /external/opencv/cxcore/src/
cxswitcher.cpp 148 /* use CPUID to determine the features supported */
184 func_ptr cpuid = (func_ptr)(void*)cpuid_code; local
185 int64 cpuid_val = cpuid();
  /external/chromium_org/third_party/qcms/src/
transform.c 971 static void cpuid(uint32_t fxn, uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d) { function
992 static void cpuid(uint32_t fxn, uint32_t *a, uint32_t *b, uint32_t *c, uint32_t *d) { function
    [all...]
  /external/chromium_org/tools/traceline/traceline/
main.cc 1038 void* cpuid = reinterpret_cast<void*>(IntAt(pos)); local
    [all...]
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 361 void Assembler::cpuid() { function in class:v8::internal::Assembler
    [all...]

Completed in 638 milliseconds

1 2