Searched refs:cpuinfo_has_x86_rdrand (Results 1 – 8 of 8) sorted by relevance
95 printf("\tRDRAND: %s\n", cpuinfo_has_x86_rdrand() ? "yes" : "no"); in main()
506 ASSERT_FALSE(cpuinfo_has_x86_rdrand()); in TEST()
506 ASSERT_TRUE(cpuinfo_has_x86_rdrand()); in TEST()
1411 static inline bool cpuinfo_has_x86_rdrand(void) { in cpuinfo_has_x86_rdrand() function