Searched refs:cpuinfo_has_x86_mwaitx (Results 1 – 8 of 8) sorted by relevance
78 printf("\tMONITORX/MWAITX: %s\n", cpuinfo_has_x86_mwaitx() ? "yes" : "no"); in main()
278 ASSERT_FALSE(cpuinfo_has_x86_mwaitx()); in TEST()
817 static inline bool cpuinfo_has_x86_mwaitx(void) { in cpuinfo_has_x86_mwaitx() function