Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Du_cpu_detect.h94 unsigned has_tsc:1; member
Du_cpu_detect.c719 util_cpu_caps.has_tsc = (regs2[3] >> 4) & 1; /* 0x0000010 */ in util_cpu_detect_once()
830 printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc); in util_cpu_detect_once()