Home
last modified time | relevance | path

Searched refs:has_tsc (Results 1 – 4 of 4) sorted by relevance

/external/virglrenderer/src/gallium/auxiliary/util/
Du_cpu_detect.h56 unsigned has_tsc:1; member
Du_cpu_detect.c360 util_cpu_caps.has_tsc = (regs2[3] >> 4) & 1; /* 0x0000010 */ in util_cpu_detect()
436 debug_printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc); in util_cpu_detect()
/external/mesa3d/src/gallium/auxiliary/util/
Du_cpu_detect.h56 unsigned has_tsc:1; member
Du_cpu_detect.c420 util_cpu_caps.has_tsc = (regs2[3] >> 4) & 1; /* 0x0000010 */ in util_cpu_detect()
522 debug_printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc); in util_cpu_detect()