Searched refs:cpuinfo_has_x86_prefetch (Results 1 – 8 of 8) sorted by relevance
30 printf("\tPREFETCH: %s\n", cpuinfo_has_x86_prefetch() ? "yes" : "no"); in main()
314 ASSERT_FALSE(cpuinfo_has_x86_prefetch()); in TEST()
928 static inline bool cpuinfo_has_x86_prefetch(void) { in cpuinfo_has_x86_prefetch() function