HomeSort by relevance Sort by last modified time
    Searched refs:has_tsc (Results 1 - 4 of 4) sorted by null

  /external/virglrenderer/src/gallium/auxiliary/util/
u_cpu_detect.h 56 unsigned has_tsc:1; member in struct:util_cpu_caps
u_cpu_detect.c 360 util_cpu_caps.has_tsc = (regs2[3] >> 4) & 1; /* 0x0000010 */
436 debug_printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc);
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.h 56 unsigned has_tsc:1; member in struct:util_cpu_caps
u_cpu_detect.c 420 util_cpu_caps.has_tsc = (regs2[3] >> 4) & 1; /* 0x0000010 */
522 debug_printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc);

Completed in 260 milliseconds