Searched refs:cpuinfo_has_x86_rtm (Results 1 – 8 of 8) sorted by relevance
84 printf("\tRTM: %s\n", cpuinfo_has_x86_rtm() ? "yes" : "no"); in main()
438 ASSERT_FALSE(cpuinfo_has_x86_rtm()); in TEST()
1239 static inline bool cpuinfo_has_x86_rtm(void) { in cpuinfo_has_x86_rtm() function