Searched refs:cpuinfo_has_x86_xtest (Results 1 – 8 of 8) sorted by relevance
85 printf("\tXTEST: %s\n", cpuinfo_has_x86_xtest() ? "yes" : "no"); in main()
442 ASSERT_FALSE(cpuinfo_has_x86_xtest()); in TEST()
1247 static inline bool cpuinfo_has_x86_xtest(void) { in cpuinfo_has_x86_xtest() function