Lines Matching refs:cpue
28 struct sclp_core_entry *cpue; in sclp_early_facilities_detect() local
82 cpue = (void *)sccb + sccb->cpuoff; in sclp_early_facilities_detect()
83 for (cpu = 0; cpu < sccb->ncpurl; cpue++, cpu++) { in sclp_early_facilities_detect()
84 if (boot_cpu_address != cpue->core_id) in sclp_early_facilities_detect()
86 sclp.has_siif = cpue->siif; in sclp_early_facilities_detect()
87 sclp.has_sigpif = cpue->sigpif; in sclp_early_facilities_detect()
88 sclp.has_sief2 = cpue->sief2; in sclp_early_facilities_detect()
89 sclp.has_gpere = cpue->gpere; in sclp_early_facilities_detect()
90 sclp.has_ib = cpue->ib; in sclp_early_facilities_detect()
91 sclp.has_cei = cpue->cei; in sclp_early_facilities_detect()
92 sclp.has_skey = cpue->skey; in sclp_early_facilities_detect()