f_xsaves          446 arch/x86/kvm/cpuid.c 	unsigned f_xsaves = kvm_x86_ops->xsaves_supported() ? F(XSAVES) : 0;
f_xsaves          503 arch/x86/kvm/cpuid.c 		F(XSAVEOPT) | F(XSAVEC) | F(XGETBV1) | f_xsaves;