Searched refs:cpuinfo_has_x86_prefetchwt1 (Results 1 – 8 of 8) sorted by relevance
32 printf("\tPREFETCHWT1: %s\n", cpuinfo_has_x86_prefetchwt1() ? "yes" : "no"); in main()
322 ASSERT_FALSE(cpuinfo_has_x86_prefetchwt1()); in TEST()
944 static inline bool cpuinfo_has_x86_prefetchwt1(void) { in cpuinfo_has_x86_prefetchwt1() function