Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_cpu_detect.h123 unsigned has_clflushopt:1; member
Du_cpu_detect.c884 util_cpu_caps.has_clflushopt = (regs7[1] >> 23) & 1; in _util_cpu_detect_once()
992 printf("util_cpu_caps.has_clflushopt = %u\n", util_cpu_caps.has_clflushopt); in _util_cpu_detect_once()