Home
last modified time | relevance | path

Searched refs:cpue (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/s390/char/
A Dsclp_early.c28 struct sclp_core_entry *cpue; in sclp_early_facilities_detect() local
76 cpue = (void *)sccb + sccb->cpuoff; in sclp_early_facilities_detect()
77 for (cpu = 0; cpu < sccb->ncpurl; cpue++, cpu++) { in sclp_early_facilities_detect()
78 if (boot_cpu_address != cpue->core_id) in sclp_early_facilities_detect()
80 sclp.has_siif = cpue->siif; in sclp_early_facilities_detect()
81 sclp.has_sigpif = cpue->sigpif; in sclp_early_facilities_detect()
82 sclp.has_sief2 = cpue->sief2; in sclp_early_facilities_detect()
83 sclp.has_gpere = cpue->gpere; in sclp_early_facilities_detect()
84 sclp.has_ib = cpue->ib; in sclp_early_facilities_detect()
85 sclp.has_cei = cpue->cei; in sclp_early_facilities_detect()
[all …]

Completed in 4 milliseconds