Searched refs:cpuinfo_has_x86_mwait (Results 1 – 8 of 8) sorted by relevance
77 printf("\tMONITOR/MWAIT: %s\n", cpuinfo_has_x86_mwait() ? "yes" : "no"); in main()
274 ASSERT_TRUE(cpuinfo_has_x86_mwait()); in TEST()
809 static inline bool cpuinfo_has_x86_mwait(void) { in cpuinfo_has_x86_mwait() function