HomeSort by: relevance | last modified time | path
    Searched refs:cpuid (Results 1 - 23 of 23) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_cpuid.h 28 /* Small wrapper around compiler specific implementation details of cpuid */
34 #include <cpuid.h>
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_cpuid.h 28 /* Small wrapper around compiler specific implementation details of cpuid */
34 #include <cpuid.h>
  /xsrc/external/mit/MesaLib.old/dist/src/util/
u_cpu_detect.c 213 * @sa cpuid.h included in gcc-4.3 onwards.
217 cpuid(uint32_t ax, uint32_t *p) function
222 "cpuid\n\t"
232 "cpuid\n\t"
250 * @sa cpuid.h included in gcc-4.4 onwards.
259 "cpuid\n\t"
269 "cpuid\n\t"
443 /* Get max cpuid level */
444 cpuid(0x00000000, regs);
449 cpuid (0x00000001, regs2)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/util/
u_cpu_detect.c 266 * @sa cpuid.h included in gcc-4.3 onwards.
270 cpuid(uint32_t ax, uint32_t *p) function
275 "cpuid\n\t"
285 "cpuid\n\t"
303 * @sa cpuid.h included in gcc-4.4 onwards.
312 "cpuid\n\t"
322 "cpuid\n\t"
522 cpuid(0x00000001, regs);
696 /* Get max cpuid level */
697 cpuid(0x00000000, regs)
    [all...]
  /xsrc/external/mit/xf86-video-sis/dist/src/
sis_memcpy.c 479 " cpuid\n"
561 " cpuid\n"
932 #define cpuid(op, eax, ebx, ecx, edx) \ macro
935 " cpuid\n" \
947 /* Check for cpuid instruction */
962 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "CPU does not support CPUID instruction\n");
966 /* Check for cpuid level */
967 cpuid(0x00000000, eax, ebx, ecx, edx);
973 cpuid(0x00000001, eax, ebx, ecx, edx);
988 /* Check if cpuid and rdtsc instructions are supported *
    [all...]
  /xsrc/external/mit/xf86-video-xgi/dist/src/
xgi_memcpy.c 577 " cpuid\n"
661 " cpuid\n"
1046 #define cpuid(op, eax, ebx, ecx, edx) \ macro
1049 " cpuid\n" \
1062 /* Check for cpuid instruction */
1077 xf86DrvMsg(pScrn->scrnIndex, X_PROBED, "CPU does not support CPUID instruction\n");
1081 /* Check for cpuid level */
1082 cpuid(0x00000000, eax, ebx, ecx, edx);
1088 cpuid(0x00000001, eax, ebx, ecx, edx);
1103 /* Check if cpuid and rdtsc instructions are supported *
    [all...]
  /xsrc/external/mit/pixman/dist/pixman/
pixman-x86.c 78 #include <cpuid.h>
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/
isa.hpp 42 #include <cpuid.h>
  /xsrc/external/mit/MesaLib/dist/src/mesa/x86/
common_x86.c 48 #include <cpuid.h>
86 * the CPUID mechanism.
232 _mesa_debug(NULL, "CPUID not detected\n");
assyntax.h 804 #define CPUID CHOICE(D_BYTE ARG2(15, 162), cpuid, D_BYTE ARG2(15, 162))
1151 #define CPUID cpuid
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/
isa.hpp 42 #include <cpuid.h>
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
common_x86.c 48 #include <cpuid.h>
84 * the CPUID mechanism.
230 _mesa_debug(NULL, "CPUID not detected\n");
assyntax.h 804 #define CPUID CHOICE(D_BYTE ARG2(15, 162), cpuid, D_BYTE ARG2(15, 162))
1151 #define CPUID cpuid
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/
prim_ops.h 136 void cpuid(void);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/
prim_ops.h 136 void cpuid (void);
  /xsrc/external/mit/MesaLib/dist/src/mesa/x86-64/
xform4.S 46 cpuid
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86-64/
xform4.S 39 cpuid
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
ops2.c 342 REMARKS: CPUID takes EAX/ECX as inputs, writes EAX/EBX/ECX/EDX as output
349 DECODE_PRINTF("CPUID\n");
351 cpuid();
prim_ops.c 2802 CPUID takes EAX/ECX as inputs, writes EAX/EBX/ECX/EDX as output
2805 cpuid(void) function
2811 * results from the CPUID instruction. We limit support to the
2835 * Intel 486dx4; which was one of the first processors to have CPUID.
2842 /* In the case that we have hardware CPUID instruction, we make sure
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
ops2.c 337 REMARKS: CPUID takes EAX/ECX as inputs, writes EAX/EBX/ECX/EDX as output
343 DECODE_PRINTF("CPUID\n");
345 cpuid();
prim_ops.c 2665 CPUID takes EAX/ECX as inputs, writes EAX/EBX/ECX/EDX as output
2667 void cpuid (void) function
2673 * results from the CPUID instruction. We limit support to the
2697 * Intel 486dx4; which was one of the first processors to have CPUID.
2704 /* In the case that we have hardware CPUID instruction, we make sure
  /xsrc/external/mit/xf86-video-intel/dist/
configure 19800 cpuid="yes"
19804 #include <cpuid.h>
19821 cpuid="yes"
19823 cpuid="no"
19828 if test "x$cpuid" = "xyes"; then
  /xsrc/external/mit/xf86-video-intel-2014/dist/
configure 19150 cpuid="yes"
19154 #include <cpuid.h>
19171 cpuid="yes"
19173 cpuid="no"
19178 if test "x$cpuid" = "xyes"; then

Completed in 72 milliseconds