Searched refs:cpuinfo_has_x86_clwb (Results 1 – 8 of 8) sorted by relevance
109 printf("\tCLWB: %s\n", cpuinfo_has_x86_clwb() ? "yes" : "no"); in main()
462 ASSERT_FALSE(cpuinfo_has_x86_clwb()); in TEST()
1291 static inline bool cpuinfo_has_x86_clwb(void) { in cpuinfo_has_x86_clwb() function