Searched refs:has_processor (Results 1 – 2 of 2) sorted by relevance
49 unsigned int has_processor; in s390_host_detect_local_cpu() local72 for (has_features = 0, has_processor = 0; in s390_host_detect_local_cpu()73 (has_features == 0 || has_processor == 0) in s390_host_detect_local_cpu()76 if (has_processor == 0 && strncmp (buf, "processor", 9) == 0) in s390_host_detect_local_cpu()85 has_processor = 1; in s390_host_detect_local_cpu()
49 unsigned int has_processor; in s390_host_detect_local_cpu() local72 for (has_features = 0, has_processor = 0; in s390_host_detect_local_cpu()73 (has_features == 0 || has_processor == 0) in s390_host_detect_local_cpu()76 if (has_processor == 0 && startswith (buf, "processor")) in s390_host_detect_local_cpu()85 has_processor = 1; in s390_host_detect_local_cpu()