Searched refs:has_feature (Results 1 – 3 of 3) sorted by relevance
450 #define has_feature(f) \ in host_detect_local_cpu() macro465 else if (has_feature (FEATURE_MOVBE) && family == 22) in host_detect_local_cpu()467 else if (has_feature (FEATURE_AVX512F)) in host_detect_local_cpu()469 else if (has_feature (FEATURE_VAES)) in host_detect_local_cpu()471 else if (has_feature (FEATURE_CLWB)) in host_detect_local_cpu()473 else if (has_feature (FEATURE_CLZERO)) in host_detect_local_cpu()475 else if (has_feature (FEATURE_AVX2)) in host_detect_local_cpu()477 else if (has_feature (FEATURE_XSAVEOPT)) in host_detect_local_cpu()479 else if (has_feature (FEATURE_BMI)) in host_detect_local_cpu()481 else if (has_feature (FEATURE_XOP)) in host_detect_local_cpu()[all …]
430 boolean_t has_feature = B_FALSE; in spa_prop_validate() local470 has_feature = B_TRUE; in spa_prop_validate()478 has_feature)) in spa_prop_validate()
18781 (has_feature): New macro.18783 features. Use has_feature to detect processor features. Call