Searched refs:cpuinfo_has_x86_tbm (Results 1 – 8 of 8) sorted by relevance
22 printf("\tTBM: %s\n", cpuinfo_has_x86_tbm() ? "yes" : "no"); in main()
482 ASSERT_FALSE(cpuinfo_has_x86_tbm()); in TEST()
1339 static inline bool cpuinfo_has_x86_tbm(void) { in cpuinfo_has_x86_tbm() function