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

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_cpu_detect.h57 unsigned has_tsc:1; member in struct:util_cpu_caps
H A Du_cpu_detect.c457 util_cpu_caps.has_tsc = (regs2[3] >> 4) & 1; /* 0x0000010 */
561 debug_printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc);
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_cpu_detect.h84 unsigned has_tsc:1; member in struct:util_cpu_caps_t
H A Du_cpu_detect.c725 util_cpu_caps.has_tsc = (regs2[3] >> 4) & 1; /* 0x0000010 */
832 printf("util_cpu_caps.has_tsc = %u\n", util_cpu_caps.has_tsc);

Completed in 5 milliseconds