Searched refs:cpuinfo_has_x86_cmpxchg8b (Results 1 – 8 of 8) sorted by relevance
80 printf("\tCMPXCHG8B: %s\n", cpuinfo_has_x86_cmpxchg8b() ? "yes" : "no"); in main()
454 ASSERT_TRUE(cpuinfo_has_x86_cmpxchg8b()); in TEST()
1288 static inline bool cpuinfo_has_x86_cmpxchg8b(void) { in cpuinfo_has_x86_cmpxchg8b() function