Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/s390/char/
Dsclp_early.c115 struct sclp_cpu_entry *cpue; in sclp_facilities_detect() local
140 cpue = (void *)sccb + sccb->cpuoff; in sclp_facilities_detect()
141 for (cpu = 0; cpu < sccb->ncpurl; cpue++, cpu++) { in sclp_facilities_detect()
142 if (boot_cpu_address != cpue->core_id) in sclp_facilities_detect()
144 sclp_siif = cpue->siif; in sclp_facilities_detect()
145 sclp_sigpif = cpue->sigpif; in sclp_facilities_detect()