Searched refs:cpuinfo_has_x86_daz (Results 1 – 8 of 8) sorted by relevance
42 printf("\tDAZ: %s\n", cpuinfo_has_x86_daz() ? "yes" : "no"); in main()
326 ASSERT_TRUE(cpuinfo_has_x86_daz()); in TEST()
952 static inline bool cpuinfo_has_x86_daz(void) { in cpuinfo_has_x86_daz() function