Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/char/
Dsclp_early.c102 struct sclp_core_entry *cpue; in sclp_facilities_detect() local
128 cpue = (void *)sccb + sccb->cpuoff; in sclp_facilities_detect()
129 for (cpu = 0; cpu < sccb->ncpurl; cpue++, cpu++) { in sclp_facilities_detect()
130 if (boot_cpu_address != cpue->core_id) in sclp_facilities_detect()
132 sclp.has_siif = cpue->siif; in sclp_facilities_detect()
133 sclp.has_sigpif = cpue->sigpif; in sclp_facilities_detect()