Searched refs:cpuinfo_has_x86_hle (Results 1 – 8 of 8) sorted by relevance
83 printf("\tHLE: %s\n", cpuinfo_has_x86_hle() ? "yes" : "no"); in main()
434 ASSERT_FALSE(cpuinfo_has_x86_hle()); in TEST()
1246 static inline bool cpuinfo_has_x86_hle(void) { in cpuinfo_has_x86_hle() function