Searched refs:cpuinfo_has_x86_xsave (Results 1 – 8 of 8) sorted by relevance
111 printf("\tXSAVE/XSTOR: %s\n", cpuinfo_has_x86_xsave() ? "yes" : "no"); in main()
286 ASSERT_FALSE(cpuinfo_has_x86_xsave()); in TEST()
833 static inline bool cpuinfo_has_x86_xsave(void) { in cpuinfo_has_x86_xsave() function