Searched refs:cpuinfo_has_x86_mpx (Results 1 – 8 of 8) sorted by relevance
105 printf("\tMPX: %s\n", cpuinfo_has_x86_mpx() ? "yes" : "no"); in main()
446 ASSERT_FALSE(cpuinfo_has_x86_mpx()); in TEST()
1255 static inline bool cpuinfo_has_x86_mpx(void) { in cpuinfo_has_x86_mpx() function